Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/libnpx/package.json')
-rw-r--r--node_modules/libnpx/package.json41
1 files changed, 20 insertions, 21 deletions
diff --git a/node_modules/libnpx/package.json b/node_modules/libnpx/package.json
index 9b9949cd3..f8ee7d9ac 100644
--- a/node_modules/libnpx/package.json
+++ b/node_modules/libnpx/package.json
@@ -1,28 +1,31 @@
{
- "_from": "libnpx@10.2.2",
- "_id": "libnpx@10.2.2",
+ "_from": "libnpx@^10.2.2",
+ "_id": "libnpx@10.2.4",
"_inBundle": false,
- "_integrity": "sha512-ujaYToga1SAX5r7FU5ShMFi88CWpY75meNZtr6RtEyv4l2ZK3+Wgvxq2IqlwWBiDZOqhumdeiocPS1aKrCMe3A==",
+ "_integrity": "sha512-BPc0D1cOjBeS8VIBKUu5F80s6njm0wbVt7CsGMrIcJ+SI7pi7V0uVPGpEMH9H5L8csOcclTxAXFE2VAsJXUhfA==",
"_location": "/libnpx",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "isexe": "2.0.0",
+ "osenv": "0.1.5",
+ "validate-npm-package-name": "3.0.0"
+ },
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "libnpx@10.2.2",
+ "raw": "libnpx@^10.2.2",
"name": "libnpx",
"escapedName": "libnpx",
- "rawSpec": "10.2.2",
+ "rawSpec": "^10.2.2",
"saveSpec": null,
- "fetchSpec": "10.2.2"
+ "fetchSpec": "^10.2.2"
},
"_requiredBy": [
- "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.2.2.tgz",
- "_shasum": "5a4171b9b92dd031463ef66a4af9f5cbd6b09572",
- "_spec": "libnpx@10.2.2",
- "_where": "/Users/mperrotte/npminc/cli",
+ "_resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.2.4.tgz",
+ "_shasum": "ef0e3258e29aef2ec7ee3276115e20e67f67d4ee",
+ "_spec": "libnpx@^10.2.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -47,7 +50,7 @@
"update-notifier": "^2.3.0",
"which": "^1.3.0",
"y18n": "^4.0.0",
- "yargs": "^11.0.0"
+ "yargs": "^14.2.3"
},
"deprecated": false,
"description": "support library for npx -- an tool for executing npm-based packages.",
@@ -62,9 +65,7 @@
"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"
+ "tap": "^11.1.2"
},
"engines": {
"node": ">=4"
@@ -101,9 +102,7 @@
"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'"
+ "test": "cross-env NPX_UPDATE_LOCALE_FILES=true LC_ALL=en nyc --all -- tap -J test/*.js"
},
- "version": "10.2.2"
+ "version": "10.2.4"
}