{ "_from": "@sinonjs/formatio@^3.1.0", "_id": "@sinonjs/formatio@3.1.0", "_inBundle": false, "_integrity": "sha1-asnR6xghmE2ExJlnJuRdFkbYzOU=", "_location": "/@sinonjs/formatio", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@sinonjs/formatio@^3.1.0", "name": "@sinonjs/formatio", "escapedName": "@sinonjs%2fformatio", "scope": "@sinonjs", "rawSpec": "^3.1.0", "saveSpec": null, "fetchSpec": "^3.1.0" }, "_requiredBy": [ "/nise", "/sinon" ], "_resolved": "http://registry.npm.taobao.org/@sinonjs/formatio/download/@sinonjs/formatio-3.1.0.tgz", "_shasum": "6ac9d1eb1821984d84c4996726e45d1646d8cce5", "_spec": "@sinonjs/formatio@^3.1.0", "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon", "author": { "name": "Christian Johansen" }, "bugs": { "url": "https://github.com/sinonjs/formatio/issues" }, "bundleDependencies": false, "dependencies": { "@sinonjs/samsam": "^2 || ^3" }, "deprecated": false, "description": "Human-readable object formatting", "devDependencies": { "@sinonjs/referee": "^2.6.0", "eslint": "^4.19.1", "eslint-config-sinon": "^1.0.3", "eslint-plugin-ie11": "^1.0.0", "eslint-plugin-mocha": "^4.11.0", "mocha": "^5.0.0", "nyc": "^11.7.3", "rollup": "0.65.2", "rollup-plugin-commonjs": "9.1.6" }, "files": [ "lib/**/*[^test].js" ], "homepage": "https://sinonjs.github.io/formatio/", "license": "BSD-3-Clause", "main": "./lib/formatio", "name": "@sinonjs/formatio", "repository": { "type": "git", "url": "git+https://github.com/sinonjs/formatio.git" }, "scripts": { "build": "npm run build:dist-folder && npm run build:bundle", "build:bundle": "rollup -c > dist/formatio.js", "build:dist-folder": "mkdirp dist", "lint": "eslint .", "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin", "test": "mocha 'lib/**/*.test.js'", "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test" }, "version": "3.1.0" }