summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpx/package.json
blob: 29feb48f73377c751660d3c5e3cf50779f6c74a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
  "_from": "libnpx@10.0.1",
  "_id": "libnpx@10.0.1",
  "_inBundle": false,
  "_integrity": "sha512-87491jxL9jeP2rDF4px3JNHTKCsHFTRAuRkGZ9/b0vb/312mxFCAsuNcGvbw0BTED0iGf+IeNDgBGy9lcy3pTQ==",
  "_location": "/libnpx",
  "_phantomChildren": {
    "lru-cache": "4.1.1",
    "strip-ansi": "4.0.0",
    "which": "1.3.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libnpx@10.0.1",
    "name": "libnpx",
    "escapedName": "libnpx",
    "rawSpec": "10.0.1",
    "saveSpec": null,
    "fetchSpec": "10.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.0.1.tgz",
  "_shasum": "a0104a1336e7621e52172d7970dc1b97fa17ae89",
  "_spec": "libnpx@10.0.1",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@sykosomatic.org"
  },
  "bugs": {
    "url": "https://github.com/zkat/npx/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "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"
  },
  "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",
  "optionalDependencies": {},
  "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.0.1"
}