{ "_args": [ [ "deps-sort@2.0.0", "C:\\wamp64\\www\\ilink" ] ], "_from": "deps-sort@2.0.0", "_id": "deps-sort@2.0.0", "_inBundle": false, "_integrity": "sha1-CRckkC6EZYJg65EHSMzNGvbiH7U=", "_location": "/deps-sort", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "deps-sort@2.0.0", "name": "deps-sort", "escapedName": "deps-sort", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/browserify" ], "_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz", "_spec": "2.0.0", "_where": "C:\\wamp64\\www\\ilink", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "bin": { "deps-sort": "bin/cmd.js" }, "bugs": { "url": "https://github.com/substack/deps-sort/issues" }, "dependencies": { "JSONStream": "^1.0.3", "shasum": "^1.0.0", "subarg": "^1.0.0", "through2": "^2.0.0" }, "description": "sort module-deps output for deterministic browserify bundles", "devDependencies": { "tap": "^2.2.0" }, "homepage": "https://github.com/substack/deps-sort", "keywords": [ "dependency", "graph", "browser", "browserify", "module-deps", "browser-pack", "sorted", "determinism" ], "license": "MIT", "main": "index.js", "name": "deps-sort", "repository": { "type": "git", "url": "git://github.com/substack/deps-sort.git" }, "scripts": { "test": "tap test/*.js" }, "version": "2.0.0" }