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:
authorKat Marchán <kzm@sykosomatic.org>2017-09-15 17:29:03 +0300
committerRebecca Turner <me@re-becca.org>2017-09-22 02:35:28 +0300
commitcd256cbb2f97fcbcb82237e94b66eac80e493626 (patch)
treefd5ed9d3b322edfc048966e1660a949dff01b6be /node_modules/npm-packlist
parent5cad1699a7a0fc85ac7f77a95087a9647f75e344 (diff)
npm-packlist@1.1.9
Diffstat (limited to 'node_modules/npm-packlist')
-rw-r--r--node_modules/npm-packlist/README.md11
-rw-r--r--node_modules/npm-packlist/index.js1
-rw-r--r--node_modules/npm-packlist/package.json27
3 files changed, 19 insertions, 20 deletions
diff --git a/node_modules/npm-packlist/README.md b/node_modules/npm-packlist/README.md
index 9efcc2c69..ead5821e8 100644
--- a/node_modules/npm-packlist/README.md
+++ b/node_modules/npm-packlist/README.md
@@ -48,12 +48,11 @@ This uses the following rules:
1. .npmignore and .gitignore files (their effect is in the package
already, there's no need to include them in the package)
2. editor junk like `.*.swp`, `._*` and `.*.orig` files
- 3. A `/test/` or `/tests/` folder at the root
- 4. `.npmrc` files (these may contain private configs)
- 5. The `node_modules/.bin` folder
- 6. Waf and gyp cruft like `/build/config.gypi` and `.lock-wscript`
- 7. Darwin's `.DS_Store` files because wtf are those even
- 8. `npm-debug.log` files at the root of a project
+ 3. `.npmrc` files (these may contain private configs)
+ 4. The `node_modules/.bin` folder
+ 5. Waf and gyp cruft like `/build/config.gypi` and `.lock-wscript`
+ 6. Darwin's `.DS_Store` files because wtf are those even
+ 7. `npm-debug.log` files at the root of a project
You can explicitly re-include any of these with a `files` list in
`package.json` or a negated ignore file rule.
diff --git a/node_modules/npm-packlist/index.js b/node_modules/npm-packlist/index.js
index b53391d8a..25105eed0 100644
--- a/node_modules/npm-packlist/index.js
+++ b/node_modules/npm-packlist/index.js
@@ -33,7 +33,6 @@ const defaultRules = [
'.DS_Store',
'._*',
'*.orig',
- '/test{,s}/',
'package-lock.json'
]
diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json
index dcb979191..7a27ba6d4 100644
--- a/node_modules/npm-packlist/package.json
+++ b/node_modules/npm-packlist/package.json
@@ -1,28 +1,29 @@
{
- "_from": "npm-packlist@latest",
- "_id": "npm-packlist@1.1.8",
+ "_from": "npm-packlist@1.1.9",
+ "_id": "npm-packlist@1.1.9",
"_inBundle": false,
- "_integrity": "sha512-ZF/1c80o8g+rbJoe898m3p/gpquP/UK92vuTIw4wIVmoBZhRPGCPu8p+DJFV5MOa+HUT7CKVp+g9Hz+ayGW/+A==",
+ "_integrity": "sha512-9YECSMmx4grAK0dClDr3vGgo1c8O03DLrA4DCOlJMrtnwP2eLHC+JyH7YCM8qO8HgyWjILY4e5/BY7jVChYaWg==",
"_location": "/npm-packlist",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "npm-packlist@latest",
+ "raw": "npm-packlist@1.1.9",
"name": "npm-packlist",
"escapedName": "npm-packlist",
- "rawSpec": "latest",
+ "rawSpec": "1.1.9",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "1.1.9"
},
"_requiredBy": [
"#USER",
- "/"
+ "/",
+ "/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.1.8.tgz",
- "_shasum": "aa7e56734ed038aba50724d79d0bc9c2acad372a",
- "_spec": "npm-packlist@latest",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.1.9.tgz",
+ "_shasum": "bd24a0b7a31a307315b07c2e54f4888f10577548",
+ "_spec": "npm-packlist@1.1.9",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -63,5 +64,5 @@
"preversion": "npm test",
"test": "tap test/*.js --100 -J"
},
- "version": "1.1.8"
+ "version": "1.1.9"
}