npmc
Version:
a package manager for JavaScript
110 lines (109 loc) • 2.95 kB
JSON
{
"_from": "libprecious@^1.6.0",
"_id": "libprecious@1.6.0",
"_inBundle": false,
"_integrity": "sha512-Eyq5cm2TG3wb9hN5U2ebFMVRzEctHZwNdQv9jCyF+5u8niWcKY7FElFcVxCVdBJp95KrsFom2Sw/l7BMMRUSvw==",
"_location": "/libprecious",
"_phantomChildren": {
"hosted-git-info": "2.5.0",
"osenv": "0.1.5",
"semver": "5.5.0",
"validate-npm-package-name": "3.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "libprecious@^1.6.0",
"name": "libprecious",
"escapedName": "libprecious",
"rawSpec": "^1.6.0",
"saveSpec": null,
"fetchSpec": "^1.6.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/libprecious/-/libprecious-1.6.0.tgz",
"_shasum": "1a8696e6c19e9b9bffa1dff69d42df6268e3da93",
"_spec": "libprecious@^1.6.0",
"_where": "/Users/zkat/Documents/code/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.6.0"
}