1{ 2 "_from": "pacote@9.5.12", 3 "_id": "pacote@9.5.12", 4 "_inBundle": false, 5 "_integrity": "sha512-BUIj/4kKbwWg4RtnBncXPJd15piFSVNpTzY0rysSr3VnMowTYgkGKcaHrbReepAkjTr8lH2CVWRi58Spg2CicQ==", 6 "_location": "/pacote", 7 "_phantomChildren": { 8 "safe-buffer": "5.1.2", 9 "yallist": "3.0.3" 10 }, 11 "_requested": { 12 "type": "version", 13 "registry": true, 14 "raw": "pacote@9.5.12", 15 "name": "pacote", 16 "escapedName": "pacote", 17 "rawSpec": "9.5.12", 18 "saveSpec": null, 19 "fetchSpec": "9.5.12" 20 }, 21 "_requiredBy": [ 22 "#USER", 23 "/", 24 "/libcipm", 25 "/libnpm" 26 ], 27 "_resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.12.tgz", 28 "_shasum": "1e11dd7a8d736bcc36b375a9804d41bb0377bf66", 29 "_spec": "pacote@9.5.12", 30 "_where": "/Users/ruyadorno/Documents/workspace/cli", 31 "author": { 32 "name": "Kat Marchán", 33 "email": "kzm@sykosomatic.org" 34 }, 35 "bugs": { 36 "url": "https://github.com/npm/pacote/issues" 37 }, 38 "bundleDependencies": false, 39 "contributors": [ 40 { 41 "name": "Charlotte Spencer", 42 "email": "charlottelaspencer@gmail.com" 43 }, 44 { 45 "name": "Rebecca Turner", 46 "email": "me@re-becca.org" 47 } 48 ], 49 "dependencies": { 50 "bluebird": "^3.5.3", 51 "cacache": "^12.0.2", 52 "chownr": "^1.1.2", 53 "figgy-pudding": "^3.5.1", 54 "get-stream": "^4.1.0", 55 "glob": "^7.1.3", 56 "infer-owner": "^1.0.4", 57 "lru-cache": "^5.1.1", 58 "make-fetch-happen": "^5.0.0", 59 "minimatch": "^3.0.4", 60 "minipass": "^2.3.5", 61 "mississippi": "^3.0.0", 62 "mkdirp": "^0.5.1", 63 "normalize-package-data": "^2.4.0", 64 "npm-normalize-package-bin": "^1.0.0", 65 "npm-package-arg": "^6.1.0", 66 "npm-packlist": "^1.1.12", 67 "npm-pick-manifest": "^3.0.0", 68 "npm-registry-fetch": "^4.0.0", 69 "osenv": "^0.1.5", 70 "promise-inflight": "^1.0.1", 71 "promise-retry": "^1.1.1", 72 "protoduck": "^5.0.1", 73 "rimraf": "^2.6.2", 74 "safe-buffer": "^5.1.2", 75 "semver": "^5.6.0", 76 "ssri": "^6.0.1", 77 "tar": "^4.4.10", 78 "unique-filename": "^1.1.1", 79 "which": "^1.3.1" 80 }, 81 "deprecated": false, 82 "description": "JavaScript package downloader", 83 "devDependencies": { 84 "nock": "^10.0.3", 85 "npmlog": "^4.1.2", 86 "nyc": "^14.1.1", 87 "require-inject": "^1.4.3", 88 "standard": "^12.0.1", 89 "standard-version": "^4.4.0", 90 "tacks": "^1.2.7", 91 "tap": "^12.7.0", 92 "tar-stream": "^1.6.2", 93 "weallbehave": "^1.2.0", 94 "weallcontribute": "^1.0.7" 95 }, 96 "files": [ 97 "*.js", 98 "lib" 99 ], 100 "homepage": "https://github.com/npm/pacote#readme", 101 "keywords": [ 102 "packages", 103 "npm", 104 "git" 105 ], 106 "license": "MIT", 107 "main": "index.js", 108 "name": "pacote", 109 "publishConfig": { 110 "tag": "v9-legacy" 111 }, 112 "repository": { 113 "type": "git", 114 "url": "git+https://github.com/npm/pacote.git" 115 }, 116 "scripts": { 117 "postrelease": "npm publish && git push --follow-tags", 118 "prerelease": "npm t", 119 "pretest": "standard", 120 "release": "standard-version -s", 121 "test": "nyc --all -- tap -J test/*.js", 122 "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test", 123 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 124 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 125 }, 126 "version": "9.5.12" 127} 128