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>2016-09-08 01:43:00 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-09-09 00:53:08 +0300
commit0a28dd0104e5b4a8cc0cb038bd213e6a50827fe8 (patch)
treec569c2e6fda3051da4cf0d698513d3f24013a9e9 /node_modules/fstream-npm
parentc00ca3aef836709eeaeade91c5305bc2fbda2e8a (diff)
fstream-npm@1.2.0
PR-URL: https://github.com/npm/fstream-npm/pull/23 Ref: https://github.com/npm/npm/pull/13708 Credit: @zkat Reviewed-By: @othiym23
Diffstat (limited to 'node_modules/fstream-npm')
-rw-r--r--node_modules/fstream-npm/fstream-npm.js3
-rw-r--r--node_modules/fstream-npm/package.json20
2 files changed, 12 insertions, 11 deletions
diff --git a/node_modules/fstream-npm/fstream-npm.js b/node_modules/fstream-npm/fstream-npm.js
index 554b98fec..621466642 100644
--- a/node_modules/fstream-npm/fstream-npm.js
+++ b/node_modules/fstream-npm/fstream-npm.js
@@ -150,7 +150,8 @@ Packer.prototype.applyIgnores = function (entry, partial, entryObj) {
entry === '.npmrc' ||
entry.match(/^\..*\.swp$/) ||
entry === '.DS_Store' ||
- entry.match(/^\._/)
+ entry.match(/^\._/) ||
+ entry.match(/^.*\.orig$/)
) {
return false
}
diff --git a/node_modules/fstream-npm/package.json b/node_modules/fstream-npm/package.json
index 0ec1f4515..ea4c6b98b 100644
--- a/node_modules/fstream-npm/package.json
+++ b/node_modules/fstream-npm/package.json
@@ -14,20 +14,20 @@
]
],
"_from": "fstream-npm@latest",
- "_id": "fstream-npm@1.1.1",
+ "_id": "fstream-npm@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/fstream-npm",
- "_nodeVersion": "5.10.1",
+ "_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/fstream-npm-1.1.1.tgz_1470163716583_0.04285589815117419"
+ "tmp": "tmp/fstream-npm-1.2.0.tgz_1473287973531_0.21196374762803316"
},
"_npmUser": {
"name": "zkat",
"email": "kat@sykosomatic.org"
},
- "_npmVersion": "3.10.6",
+ "_npmVersion": "3.10.7",
"_phantomChildren": {
"fstream": "1.0.10",
"inherits": "2.0.1"
@@ -45,8 +45,8 @@
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.1.1.tgz",
- "_shasum": "6b9175db6239a83d8209e232426c494dbb29690c",
+ "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.2.0.tgz",
+ "_shasum": "d2c3c89101346982d64e57091c38487bda916fce",
"_shrinkwrap": null,
"_spec": "fstream-npm@latest",
"_where": "/Users/zkat/Documents/code/npm",
@@ -72,10 +72,10 @@
},
"directories": {},
"dist": {
- "shasum": "6b9175db6239a83d8209e232426c494dbb29690c",
- "tarball": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.1.1.tgz"
+ "shasum": "d2c3c89101346982d64e57091c38487bda916fce",
+ "tarball": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.2.0.tgz"
},
- "gitHead": "434415a678c4759c997207f974b25c7492d39127",
+ "gitHead": "b839e060768000d634b43e44274df68e383d5791",
"homepage": "https://github.com/npm/fstream-npm#readme",
"license": "ISC",
"main": "./fstream-npm.js",
@@ -107,5 +107,5 @@
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "1.1.1"
+ "version": "1.2.0"
}