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:
authorRebecca Turner <me@re-becca.org>2015-07-08 10:18:42 +0300
committerRebecca Turner <me@re-becca.org>2015-07-10 01:36:24 +0300
commit511c5f679ee6cbadfed82c8688b69f55f71a0c23 (patch)
tree09fe7f0ebd44fb92d02eb40028ea2302003a03f4 /node_modules/fstream-npm
parentda7dbd0e4601d2a43e478550f57830512ee9bb70 (diff)
fstream-npm@1.0.4
Fixes: #8796 PR-URL: https://github.com/npm/npm/pull/8858
Diffstat (limited to 'node_modules/fstream-npm')
-rw-r--r--node_modules/fstream-npm/fstream-npm.js2
-rw-r--r--node_modules/fstream-npm/package.json39
2 files changed, 22 insertions, 19 deletions
diff --git a/node_modules/fstream-npm/fstream-npm.js b/node_modules/fstream-npm/fstream-npm.js
index c1f76bf87..ab528952c 100644
--- a/node_modules/fstream-npm/fstream-npm.js
+++ b/node_modules/fstream-npm/fstream-npm.js
@@ -105,7 +105,7 @@ Packer.prototype.applyIgnores = function (entry, partial, entryObj) {
if (entry === 'node_modules' && this.packageRoot) return true
// package.json main file should never be ignored.
- var mainFile = this.package.main
+ var mainFile = this.package && this.package.main
if (mainFile && path.resolve(this.path, entry) === path.resolve(this.path, mainFile)) return true
// some files are *never* allowed under any circumstances
diff --git a/node_modules/fstream-npm/package.json b/node_modules/fstream-npm/package.json
index 503965ba3..bd5c412b9 100644
--- a/node_modules/fstream-npm/package.json
+++ b/node_modules/fstream-npm/package.json
@@ -1,36 +1,35 @@
{
"_args": [
[
- "fstream-npm@~1.0.3",
+ "fstream-npm@~1.0.4",
"/Users/rebecca/code/npm"
]
],
- "_from": "fstream-npm@>=1.0.3 <1.1.0",
- "_id": "fstream-npm@1.0.3",
+ "_from": "fstream-npm@>=1.0.4 <1.1.0",
+ "_id": "fstream-npm@1.0.4",
"_inCache": true,
"_location": "/fstream-npm",
- "_nodeVersion": "2.0.2",
+ "_nodeVersion": "0.10.38",
"_npmUser": {
- "email": "ogd@aoaioxxysz.net",
- "name": "othiym23"
+ "email": "me@re-becca.org",
+ "name": "iarna"
},
- "_npmVersion": "2.11.3",
+ "_npmVersion": "3.1.0",
"_phantomChildren": {},
"_requested": {
"name": "fstream-npm",
- "raw": "fstream-npm@~1.0.3",
- "rawSpec": "~1.0.3",
+ "raw": "fstream-npm@~1.0.4",
+ "rawSpec": "~1.0.4",
"scope": null,
- "spec": ">=1.0.3 <1.1.0",
+ "spec": ">=1.0.4 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.3.tgz",
- "_shasum": "67cfb5437b14237155bf319c0536e6d4335170fe",
+ "_shasum": "22196318b8fc2ab5ce15fd330fff931165e0305a",
"_shrinkwrap": null,
- "_spec": "fstream-npm@~1.0.3",
+ "_spec": "fstream-npm@~1.0.4",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
@@ -50,21 +49,25 @@
},
"directories": {},
"dist": {
- "shasum": "67cfb5437b14237155bf319c0536e6d4335170fe",
- "tarball": "http://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.3.tgz"
+ "shasum": "22196318b8fc2ab5ce15fd330fff931165e0305a",
+ "tarball": "http://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.4.tgz"
},
- "gitHead": "910a52b38c7fb4d4f2204058b37294e4e370e2cb",
+ "gitHead": "d4bec1d24e777b8cef64857d26af828cff1bba68",
"homepage": "https://github.com/isaacs/fstream-npm#readme",
"license": "ISC",
"main": "./fstream-npm.js",
"maintainers": [
{
"name": "isaacs",
- "email": "i@izs.me"
+ "email": "isaacs@npmjs.com"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
+ },
+ {
+ "name": "iarna",
+ "email": "me@re-becca.org"
}
],
"name": "fstream-npm",
@@ -76,5 +79,5 @@
"scripts": {
"test": "standard"
},
- "version": "1.0.3"
+ "version": "1.0.4"
}