UNPKG

npmc

Version:

a package manager for JavaScript

132 lines (131 loc) 3.58 kB
{ "_from": "libprecious@^1.9.0", "_id": "libprecious@1.9.0", "_inBundle": false, "_integrity": "sha512-0CInMTo64PHf1YWyMgQbBu/rOxa3vtH9vqJEka7+mPJpRkWbBVHLzh46cy3osdPeqedxr80fgdXglNgMfFuOWg==", "_location": "/libprecious", "_phantomChildren": { "bluebird": "3.5.1", "chownr": "1.0.1", "glob": "7.1.2", "graceful-fs": "4.1.11", "hosted-git-info": "2.6.0", "inherits": "2.0.3", "json-parse-better-errors": "1.0.2", "lru-cache": "4.1.2", "mississippi": "3.0.0", "mkdirp": "0.5.1", "move-concurrently": "1.0.1", "normalize-package-data": "2.4.0", "npm-package-arg": "6.1.0", "npm-packlist": "1.1.10", "npm-pick-manifest": "2.1.0", "once": "1.4.0", "osenv": "0.1.5", "promise-inflight": "1.0.1", "readable-stream": "2.3.6", "rimraf": "2.6.2", "safe-buffer": "5.1.1", "semver": "5.5.0", "tar": "4.4.1", "unique-filename": "1.1.0", "validate-npm-package-name": "3.0.0", "which": "1.3.0" }, "_requested": { "type": "range", "registry": true, "raw": "libprecious@^1.9.0", "name": "libprecious", "escapedName": "libprecious", "rawSpec": "^1.9.0", "saveSpec": null, "fetchSpec": "^1.9.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/libprecious/-/libprecious-1.9.0.tgz", "_shasum": "9fb861d167337ec54ac881604eacd9ae3956e7f1", "_spec": "libprecious@^1.9.0", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/zkat/my-precious/issues" }, "bundleDependencies": false, "config": { "nyc": { "exclude": [ "node_modules/**", "test/**" ] } }, "dependencies": { "bluebird": "^3.5.1", "detect-indent": "^5.0.0", "detect-newline": "^2.1.0", "find-npm-prefix": "^1.0.2", "graceful-fs": "^4.1.11", "lock-verify": "^2.0.0", "mkdirp": "^0.5.1", "npm-logical-tree": "^1.2.1", "npm-package-arg": "^6.0.0", "pacote": "^7.4.2", "protoduck": "^5.0.0", "rimraf": "^2.6.2", "ssri": "^5.2.4" }, "deprecated": false, "description": "a local package archive, of my own", "devDependencies": { "get-stream": "^3.0.0", "has-unicode": "^2.0.1", "mississippi": "^2.0.0", "nock": "^9.1.9", "npmlog": "^4.1.2", "nyc": "^11.4.1", "require-inject": "^1.4.2", "standard": "^10.0.3", "standard-version": "^4.3.0", "tacks": "^1.2.6", "tap": "^11.0.1", "tar-stream": "^1.5.5", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "files": [ "*.js", "lib" ], "homepage": "https://github.com/zkat/my-precious#readme", "keywords": [ "npm", "package manager", "caching", "downloader", "local registry" ], "license": "ISC", "main": "index.js", "name": "libprecious", "repository": { "type": "git", "url": "git+https://github.com/zkat/my-precious.git" }, "scripts": { "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard", "release": "standard-version -s -t 'lib-v'", "test": "tap -J --nyc-arg=--all --coverage test/*.js", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "version": "1.9.0" }