{ "_from": "neatequal@^1.0.0", "_id": "neatequal@1.0.0", "_inBundle": false, "_integrity": "sha1-LuEhG8n6bkxVcV/SELsFYC6xrjs=", "_location": "/neatequal", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "neatequal@^1.0.0", "name": "neatequal", "escapedName": "neatequal", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/svgicons2svgfont" ], "_resolved": "https://registry.npmjs.org/neatequal/-/neatequal-1.0.0.tgz", "_shasum": "2ee1211bc9fa6e4c55715fd210bb05602eb1ae3b", "_spec": "neatequal@^1.0.0", "_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/svgicons2svgfont", "author": { "name": "Nicolas Froidure" }, "bugs": { "url": "https://github.com/nfroidure/neatequal/issues" }, "bundleDependencies": false, "dependencies": { "varstream": "^0.3.2" }, "deprecated": false, "description": "Neat deep equal.", "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.5", "mocha": "^2.1.0" }, "homepage": "https://github.com/nfroidure/neatequal", "keywords": [ "assert", "deepEqual", "neat" ], "license": "MIT", "main": "src/index.js", "name": "neatequal", "repository": { "type": "git", "url": "git+ssh://git@github.com/nfroidure/neatequal.git" }, "scripts": { "cover": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report html -- tests/*.mocha.js -R spec -t 5000", "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", "test": "mocha tests/*.mocha.js" }, "version": "1.0.0" }