1{ 2 "_from": "npm-packlist@1.4.8", 3 "_id": "npm-packlist@1.4.8", 4 "_inBundle": false, 5 "_integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", 6 "_location": "/npm-packlist", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "npm-packlist@1.4.8", 12 "name": "npm-packlist", 13 "escapedName": "npm-packlist", 14 "rawSpec": "1.4.8", 15 "saveSpec": null, 16 "fetchSpec": "1.4.8" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/pacote" 22 ], 23 "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", 24 "_shasum": "56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e", 25 "_spec": "npm-packlist@1.4.8", 26 "_where": "/Users/darcyclarke/Documents/Repos/npm/cli", 27 "author": { 28 "name": "Isaac Z. Schlueter", 29 "email": "i@izs.me", 30 "url": "http://blog.izs.me/" 31 }, 32 "bugs": { 33 "url": "https://github.com/npm/npm-packlist/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "ignore-walk": "^3.0.1", 38 "npm-bundled": "^1.0.1", 39 "npm-normalize-package-bin": "^1.0.1" 40 }, 41 "deprecated": false, 42 "description": "Get a list of the files to add from a folder into an npm package", 43 "devDependencies": { 44 "mkdirp": "^0.5.1", 45 "rimraf": "^2.6.1", 46 "tap": "^14.6.9" 47 }, 48 "directories": { 49 "test": "test" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://www.npmjs.com/package/npm-packlist", 55 "license": "ISC", 56 "main": "index.js", 57 "name": "npm-packlist", 58 "publishConfig": { 59 "tag": "legacy-v1" 60 }, 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/npm/npm-packlist.git" 64 }, 65 "scripts": { 66 "postpublish": "git push origin --follow-tags", 67 "postversion": "npm publish", 68 "preversion": "npm test", 69 "snap": "tap", 70 "test": "tap" 71 }, 72 "tap": { 73 "jobs": 1 74 }, 75 "version": "1.4.8" 76} 77