summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-packlist/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-packlist/package.json')
-rw-r--r--deps/npm/node_modules/npm-packlist/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/deps/npm/node_modules/npm-packlist/package.json b/deps/npm/node_modules/npm-packlist/package.json
index c5be026eda..d72eef9cae 100644
--- a/deps/npm/node_modules/npm-packlist/package.json
+++ b/deps/npm/node_modules/npm-packlist/package.json
@@ -1,29 +1,29 @@
{
- "_from": "npm-packlist@latest",
- "_id": "npm-packlist@1.4.1",
+ "_from": "npm-packlist@^1.4.3",
+ "_id": "npm-packlist@1.4.4",
"_inBundle": false,
- "_integrity": "sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==",
+ "_integrity": "sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==",
"_location": "/npm-packlist",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "range",
"registry": true,
- "raw": "npm-packlist@latest",
+ "raw": "npm-packlist@^1.4.3",
"name": "npm-packlist",
"escapedName": "npm-packlist",
- "rawSpec": "latest",
+ "rawSpec": "^1.4.3",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "^1.4.3"
},
"_requiredBy": [
"#USER",
"/",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.1.tgz",
- "_shasum": "19064cdf988da80ea3cee45533879d90192bbfbc",
- "_spec": "npm-packlist@latest",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.4.tgz",
+ "_shasum": "866224233850ac534b63d1a6e76050092b5d2f44",
+ "_spec": "npm-packlist@^1.4.3",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -42,7 +42,7 @@
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
- "tap": "^12.0.1"
+ "tap": "^14.2.1"
},
"directories": {
"test": "test"
@@ -59,10 +59,11 @@
"url": "git+https://github.com/npm/npm-packlist.git"
},
"scripts": {
- "postpublish": "git push origin --all; git push origin --tags",
+ "postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
- "test": "tap test/*.js --100 -J"
+ "snap": "tap",
+ "test": "tap"
},
- "version": "1.4.1"
+ "version": "1.4.4"
}