1{ 2 "_args": [ 3 [ 4 "path-parse@1.0.6", 5 "/Users/aeschright/code/npm-release" 6 ] 7 ], 8 "_development": true, 9 "_from": "path-parse@1.0.6", 10 "_id": "path-parse@1.0.6", 11 "_inBundle": false, 12 "_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", 13 "_location": "/path-parse", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-parse@1.0.6", 19 "name": "path-parse", 20 "escapedName": "path-parse", 21 "rawSpec": "1.0.6", 22 "saveSpec": null, 23 "fetchSpec": "1.0.6" 24 }, 25 "_requiredBy": [ 26 "/resolve" 27 ], 28 "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", 29 "_spec": "1.0.6", 30 "_where": "/Users/aeschright/code/npm-release", 31 "author": { 32 "name": "Javier Blanco", 33 "email": "http://jbgutierrez.info" 34 }, 35 "bugs": { 36 "url": "https://github.com/jbgutierrez/path-parse/issues" 37 }, 38 "description": "Node.js path.parse() ponyfill", 39 "homepage": "https://github.com/jbgutierrez/path-parse#readme", 40 "keywords": [ 41 "path", 42 "paths", 43 "file", 44 "dir", 45 "parse", 46 "built-in", 47 "util", 48 "utils", 49 "core", 50 "ponyfill", 51 "polyfill", 52 "shim" 53 ], 54 "license": "MIT", 55 "main": "index.js", 56 "name": "path-parse", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/jbgutierrez/path-parse.git" 60 }, 61 "scripts": { 62 "test": "node test.js" 63 }, 64 "version": "1.0.6" 65} 66