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:
authorMichael Perrotte <mike@npmjs.com>2020-01-31 23:59:21 +0300
committerisaacs <i@izs.me>2020-05-08 04:11:51 +0300
commit56e1f868e8634a4bf0f7a7186a68a6f3de9cfb2a (patch)
treef05cdcb56d66480641b6c8f8bb823bc10c6842df /node_modules/npm-packlist
parent8f6b6204f9cdbfc8e2a27a1c3b3f1591ac7e0d60 (diff)
npm-pick-manifest@6.0.0
Diffstat (limited to 'node_modules/npm-packlist')
-rw-r--r--node_modules/npm-packlist/package.json25
1 files changed, 12 insertions, 13 deletions
diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json
index 693c51b96..c022dcef6 100644
--- a/node_modules/npm-packlist/package.json
+++ b/node_modules/npm-packlist/package.json
@@ -1,29 +1,29 @@
{
- "_from": "npm-packlist@1.4.8",
- "_id": "npm-packlist@1.4.8",
+ "_from": "npm-packlist@1.4.7",
+ "_id": "npm-packlist@1.4.7",
"_inBundle": false,
- "_integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
+ "_integrity": "sha512-vAj7dIkp5NhieaGZxBJB8fF4R0078rqsmhJcAfXZ6O7JJhjhPK96n5Ry1oZcfLXgfun0GWTZPOxaEyqv8GBykQ==",
"_location": "/npm-packlist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-packlist@1.4.8",
+ "raw": "npm-packlist@1.4.7",
"name": "npm-packlist",
"escapedName": "npm-packlist",
- "rawSpec": "1.4.8",
+ "rawSpec": "1.4.7",
"saveSpec": null,
- "fetchSpec": "1.4.8"
+ "fetchSpec": "1.4.7"
},
"_requiredBy": [
"#USER",
"/",
"/pacote"
],
- "_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",
+ "_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",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -35,8 +35,7 @@
"bundleDependencies": false,
"dependencies": {
"ignore-walk": "^3.0.1",
- "npm-bundled": "^1.0.1",
- "npm-normalize-package-bin": "^1.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",
@@ -72,5 +71,5 @@
"tap": {
"jobs": 1
},
- "version": "1.4.8"
+ "version": "1.4.7"
}