{ "_from": "normalize-path@^1.0.0", "_id": "normalize-path@1.0.0", "_inBundle": false, "_integrity": "sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=", "_location": "/normalize-path", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "normalize-path@^1.0.0", "name": "normalize-path", "escapedName": "normalize-path", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/husky" ], "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-1.0.0.tgz", "_shasum": "32d0e472f91ff345701c15a8311018d3b0a90379", "_spec": "normalize-path@^1.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/husky", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/normalize-path/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.", "devDependencies": { "benchmarked": "^0.1.1", "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/normalize-path", "keywords": [ "file", "filepath", "fp", "normalize", "path", "slash", "slashes", "trailing", "unix" ], "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/normalize-path/blob/master/LICENSE-MIT" }, "main": "index.js", "name": "normalize-path", "repository": { "type": "git", "url": "git://github.com/jonschlinkert/normalize-path.git" }, "scripts": { "test": "mocha -R spec" }, "version": "1.0.0" }