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:
authorDarcy Clarke <darcy@darcyclarke.me>2020-02-25 19:02:00 +0300
committerDarcy Clarke <darcy@darcyclarke.me>2020-02-25 21:36:23 +0300
commit89ce4ccbbf1237e04452529d498ff9adb3ef7fc6 (patch)
tree70a5bd79808065464432f471bbd4dfeb4028f6e9
parenta6789b1491b2b6ee57702a6118b7cd1fb10a5ce5 (diff)
npm-packlist@1.4.8
-rw-r--r--node_modules/npm-packlist/package.json25
-rw-r--r--package-lock.json9
-rw-r--r--package.json2
3 files changed, 19 insertions, 17 deletions
diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json
index c022dcef6..693c51b96 100644
--- a/node_modules/npm-packlist/package.json
+++ b/node_modules/npm-packlist/package.json
@@ -1,29 +1,29 @@
{
- "_from": "npm-packlist@1.4.7",
- "_id": "npm-packlist@1.4.7",
+ "_from": "npm-packlist@1.4.8",
+ "_id": "npm-packlist@1.4.8",
"_inBundle": false,
- "_integrity": "sha512-vAj7dIkp5NhieaGZxBJB8fF4R0078rqsmhJcAfXZ6O7JJhjhPK96n5Ry1oZcfLXgfun0GWTZPOxaEyqv8GBykQ==",
+ "_integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
"_location": "/npm-packlist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-packlist@1.4.7",
+ "raw": "npm-packlist@1.4.8",
"name": "npm-packlist",
"escapedName": "npm-packlist",
- "rawSpec": "1.4.7",
+ "rawSpec": "1.4.8",
"saveSpec": null,
- "fetchSpec": "1.4.7"
+ "fetchSpec": "1.4.8"
},
"_requiredBy": [
"#USER",
"/",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.7.tgz",
- "_shasum": "9e954365a06b80b18111ea900945af4f88ed4848",
- "_spec": "npm-packlist@1.4.7",
- "_where": "/Users/isaacs/dev/npm/cli",
+ "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz",
+ "_shasum": "56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e",
+ "_spec": "npm-packlist@1.4.8",
+ "_where": "/Users/darcyclarke/Documents/Repos/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -35,7 +35,8 @@
"bundleDependencies": false,
"dependencies": {
"ignore-walk": "^3.0.1",
- "npm-bundled": "^1.0.1"
+ "npm-bundled": "^1.0.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",
@@ -71,5 +72,5 @@
"tap": {
"jobs": 1
},
- "version": "1.4.7"
+ "version": "1.4.8"
}
diff --git a/package-lock.json b/package-lock.json
index 150928958..29fc30d7f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3835,12 +3835,13 @@
}
},
"npm-packlist": {
- "version": "1.4.7",
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.7.tgz",
- "integrity": "sha512-vAj7dIkp5NhieaGZxBJB8fF4R0078rqsmhJcAfXZ6O7JJhjhPK96n5Ry1oZcfLXgfun0GWTZPOxaEyqv8GBykQ==",
+ "version": "1.4.8",
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz",
+ "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
"requires": {
"ignore-walk": "^3.0.1",
- "npm-bundled": "^1.0.1"
+ "npm-bundled": "^1.0.1",
+ "npm-normalize-package-bin": "^1.0.1"
}
},
"npm-pick-manifest": {
diff --git a/package.json b/package.json
index 56a372239..c1f0b5def 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"npm-install-checks": "^3.0.2",
"npm-lifecycle": "^3.1.4",
"npm-package-arg": "^6.1.1",
- "npm-packlist": "^1.4.7",
+ "npm-packlist": "^1.4.8",
"npm-pick-manifest": "^3.0.2",
"npm-profile": "^4.0.2",
"npm-registry-fetch": "^4.0.2",