aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/libnpx/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/libnpx/package.json')
-rw-r--r--deps/node/deps/npm/node_modules/libnpx/package.json111
1 files changed, 111 insertions, 0 deletions
diff --git a/deps/node/deps/npm/node_modules/libnpx/package.json b/deps/node/deps/npm/node_modules/libnpx/package.json
new file mode 100644
index 00000000..b9d866b9
--- /dev/null
+++ b/deps/node/deps/npm/node_modules/libnpx/package.json
@@ -0,0 +1,111 @@
+{
+ "_args": [
+ [
+ "libnpx@10.2.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "libnpx@10.2.0",
+ "_id": "libnpx@10.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-X28coei8/XRCt15cYStbLBph+KGhFra4VQhRBPuH/HHMkC5dxM8v24RVgUsvODKCrUZ0eTgiTqJp6zbl0sskQQ==",
+ "_location": "/libnpx",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "libnpx@10.2.0",
+ "name": "libnpx",
+ "escapedName": "libnpx",
+ "rawSpec": "10.2.0",
+ "saveSpec": null,
+ "fetchSpec": "10.2.0"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.2.0.tgz",
+ "_spec": "10.2.0",
+ "_where": "/Users/rebecca/code/npm",
+ "author": {
+ "name": "Kat Marchán",
+ "email": "kzm@sykosomatic.org"
+ },
+ "bugs": {
+ "url": "https://github.com/zkat/npx/issues"
+ },
+ "config": {
+ "nyc": {
+ "exclude": [
+ "node_modules/**",
+ "test/**"
+ ]
+ }
+ },
+ "dependencies": {
+ "dotenv": "^5.0.1",
+ "npm-package-arg": "^6.0.0",
+ "rimraf": "^2.6.2",
+ "safe-buffer": "^5.1.0",
+ "update-notifier": "^2.3.0",
+ "which": "^1.3.0",
+ "y18n": "^4.0.0",
+ "yargs": "^11.0.0"
+ },
+ "description": "support library for npx -- an tool for executing npm-based packages.",
+ "devDependencies": {
+ "cross-env": "^5.1.3",
+ "json": "^9.0.6",
+ "marked-man": "^0.2.1",
+ "mkdirp": "^0.5.1",
+ "npm": "^5.7.1",
+ "nyc": "^11.4.1",
+ "require-inject": "^1.4.0",
+ "standard": "^11.0.0",
+ "standard-version": "^4.3.0",
+ "tacks": "^1.2.6",
+ "tap": "^11.1.2",
+ "weallbehave": "^1.2.0",
+ "weallcontribute": "^1.0.8"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "*.js",
+ "libnpx.1",
+ "locales"
+ ],
+ "homepage": "https://github.com/zkat/npx#readme",
+ "keywords": [
+ "npm",
+ "npm exec",
+ "shell",
+ "scripts",
+ "npm bin",
+ "cli"
+ ],
+ "license": "ISC",
+ "main": "index.js",
+ "man": [
+ "./libnpx.1"
+ ],
+ "name": "libnpx",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/zkat/npx.git"
+ },
+ "scripts": {
+ "bin": "make bin",
+ "docs": "tail -n +2 README.md | marked-man --manual 'User Commands' --version \"$npm_package_name@$npm_package_version\" > $npm_package_name.1",
+ "postrelease": "npm publish && git push --follow-tags",
+ "prerelease": "npm t && npm run docs",
+ "pretest": "standard *.js test bin/*.js locales",
+ "publish-bin": "npm run bin && cd bin && npm publish",
+ "release": "standard-version -s",
+ "test": "cross-env NPX_UPDATE_LOCALE_FILES=true LC_ALL=en nyc --all -- tap -J 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": "10.2.0"
+}