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/npm-packlist/package.json')
-rw-r--r--node_modules/npm-packlist/package.json43
1 files changed, 17 insertions, 26 deletions
diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json
index 88abe3bf7..3237f820d 100644
--- a/node_modules/npm-packlist/package.json
+++ b/node_modules/npm-packlist/package.json
@@ -1,35 +1,28 @@
{
- "_from": "npm-packlist@2.1.0",
- "_id": "npm-packlist@2.1.0",
+ "_from": "npm-packlist@^2.1.0",
+ "_id": "npm-packlist@2.1.2",
"_inBundle": false,
- "_integrity": "sha512-XXqrT4WXVc8M1cdL7LCOUflEdyvCu9lKmM5j5mFwXAK8hUMRxzClNml8ox2d8YIDhS7p51AP6zYWNsgNiWuSLQ==",
+ "_integrity": "sha512-eByPaP+wsKai0BJX5pmb58d3mfR0zUATcnyuvSxIudTEn+swCPFLxh7srCmqB4hr7i9V24/DPjjq5b2qUtbgXQ==",
"_location": "/npm-packlist",
- "_phantomChildren": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.4",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- },
+ "_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "npm-packlist@2.1.0",
+ "raw": "npm-packlist@^2.1.0",
"name": "npm-packlist",
"escapedName": "npm-packlist",
- "rawSpec": "2.1.0",
+ "rawSpec": "^2.1.0",
"saveSpec": null,
- "fetchSpec": "2.1.0"
+ "fetchSpec": "^2.1.0"
},
"_requiredBy": [
- "#USER",
- "/"
+ "/",
+ "/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.0.tgz",
- "_shasum": "ab9c8de31df6d55b78ae94eb5c47f145bc304dc0",
- "_spec": "npm-packlist@2.1.0",
- "_where": "/Users/mperrotte/npminc/cli",
+ "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.2.tgz",
+ "_shasum": "a3045b52aefc37e7a5e86a55e6ca8cb1e909e25a",
+ "_spec": "npm-packlist@^2.1.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -45,17 +38,15 @@
"dependencies": {
"glob": "^7.1.6",
"ignore-walk": "^3.0.3",
- "npm-bundled": "^1.0.1",
+ "npm-bundled": "^1.1.1",
"npm-normalize-package-bin": "^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",
"mutate-fs": "^2.1.1",
"require-inject": "^1.4.4",
- "rimraf": "^2.7.1",
- "tap": "^14.7.0"
+ "tap": "^14.10.7"
},
"directories": {
"test": "test"
@@ -88,5 +79,5 @@
"--include=bin/index.js"
]
},
- "version": "2.1.0"
+ "version": "2.1.2"
}