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.json32
1 files changed, 15 insertions, 17 deletions
diff --git a/deps/npm/node_modules/npm-packlist/package.json b/deps/npm/node_modules/npm-packlist/package.json
index 91345a435c..7cefe9dd58 100644
--- a/deps/npm/node_modules/npm-packlist/package.json
+++ b/deps/npm/node_modules/npm-packlist/package.json
@@ -1,33 +1,29 @@
{
- "_args": [
- [
- "npm-packlist@1.1.10",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npm-packlist@1.1.10",
- "_id": "npm-packlist@1.1.10",
+ "_from": "npm-packlist@1.1.11",
+ "_id": "npm-packlist@1.1.11",
"_inBundle": false,
- "_integrity": "sha512-AQC0Dyhzn4EiYEfIUjCdMl0JJ61I2ER9ukf/sLxJUcZHfo+VyEfz2rMJgLZSS1v30OxPQe1cN0LZA1xbcaVfWA==",
+ "_integrity": "sha512-CxKlZ24urLkJk+9kCm48RTQ7L4hsmgSVzEk0TLGPzzyuFxD7VNgy5Sl24tOLMzQv773a/NeJ1ce1DKeacqffEA==",
"_location": "/npm-packlist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-packlist@1.1.10",
+ "raw": "npm-packlist@1.1.11",
"name": "npm-packlist",
"escapedName": "npm-packlist",
- "rawSpec": "1.1.10",
+ "rawSpec": "1.1.11",
"saveSpec": null,
- "fetchSpec": "1.1.10"
+ "fetchSpec": "1.1.11"
},
"_requiredBy": [
+ "#USER",
"/",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.1.10.tgz",
- "_spec": "1.1.10",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.1.11.tgz",
+ "_shasum": "84e8c683cbe7867d34b1d357d893ce29e28a02de",
+ "_spec": "npm-packlist@1.1.11",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -36,15 +32,17 @@
"bugs": {
"url": "https://github.com/npm/npm-packlist/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"ignore-walk": "^3.0.1",
"npm-bundled": "^1.0.1"
},
+ "deprecated": false,
"description": "Get a list of the files to add from a folder into an npm package",
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
- "tap": "^10.7.2"
+ "tap": "^12.0.1"
},
"directories": {
"test": "test"
@@ -66,5 +64,5 @@
"preversion": "npm test",
"test": "tap test/*.js --100 -J"
},
- "version": "1.1.10"
+ "version": "1.1.11"
}