Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/fstream-npm/package.json')
-rw-r--r--deps/npm/node_modules/fstream-npm/package.json108
1 files changed, 88 insertions, 20 deletions
diff --git a/deps/npm/node_modules/fstream-npm/package.json b/deps/npm/node_modules/fstream-npm/package.json
index 7b5da94c044..0eddd8be095 100644
--- a/deps/npm/node_modules/fstream-npm/package.json
+++ b/deps/npm/node_modules/fstream-npm/package.json
@@ -1,24 +1,65 @@
{
+ "_args": [
+ [
+ {
+ "name": "fstream-npm",
+ "raw": "fstream-npm@latest",
+ "rawSpec": "latest",
+ "scope": null,
+ "spec": "latest",
+ "type": "tag"
+ },
+ "/Users/zkat/Documents/code/npm"
+ ]
+ ],
+ "_from": "fstream-npm@latest",
+ "_id": "fstream-npm@1.1.0",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/fstream-npm",
+ "_nodeVersion": "5.10.1",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/fstream-npm-1.1.0.tgz_1463528747313_0.84859543829225"
+ },
+ "_npmUser": {
+ "email": "kat@sykosomatic.org",
+ "name": "zkat"
+ },
+ "_npmVersion": "3.9.1",
+ "_phantomChildren": {
+ "fstream": "1.0.9",
+ "inherits": "2.0.1"
+ },
+ "_requested": {
+ "name": "fstream-npm",
+ "raw": "fstream-npm@latest",
+ "rawSpec": "latest",
+ "scope": null,
+ "spec": "latest",
+ "type": "tag"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.1.0.tgz",
+ "_shasum": "80e09743485eaa70d57e89d1ff8fafa366cdefea",
+ "_shrinkwrap": null,
+ "_spec": "fstream-npm@latest",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
- "name": "fstream-npm",
- "description": "fstream class for creating npm packages",
- "version": "1.0.7",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/fstream-npm.git"
- },
- "scripts": {
- "test": "standard && tap test/*.js"
+ "bugs": {
+ "url": "https://github.com/npm/fstream-npm/issues"
},
- "main": "./fstream-npm.js",
"dependencies": {
"fstream-ignore": "^1.0.0",
"inherits": "2"
},
+ "description": "fstream class for creating npm packages",
"devDependencies": {
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.1",
@@ -26,15 +67,42 @@
"standard": "^4.3.1",
"tap": "^1.3.2"
},
- "license": "ISC",
- "readme": "# fstream-npm\n\nThis is an fstream DirReader class that will read a directory and filter\nthings according to the semantics of what goes in an npm package.\n\nFor example:\n\n```javascript\n// This will print out all the files that would be included\n// by 'npm publish' or 'npm install' of this directory.\n\nvar FN = require(\"fstream-npm\")\nFN({ path: \"./\" })\n .on(\"child\", function (e) {\n console.error(e.path.substr(e.root.path.length + 1))\n })\n```\n\n",
- "readmeFilename": "README.md",
- "gitHead": "d57b6b24f91156067f73417dd8785c6312bfc75f",
- "bugs": {
- "url": "https://github.com/npm/fstream-npm/issues"
+ "directories": {},
+ "dist": {
+ "shasum": "80e09743485eaa70d57e89d1ff8fafa366cdefea",
+ "tarball": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.1.0.tgz"
},
+ "gitHead": "7df2e946714506f287b0a8125dc05566b840d4b0",
"homepage": "https://github.com/npm/fstream-npm#readme",
- "_id": "fstream-npm@1.0.7",
- "_shasum": "7ed0d1ac13d7686dd9e1bf6ceb8be273bf6d2f86",
- "_from": "fstream-npm@>=1.0.7 <1.1.0"
+ "license": "ISC",
+ "main": "./fstream-npm.js",
+ "maintainers": [
+ {
+ "email": "me@re-becca.org",
+ "name": "iarna"
+ },
+ {
+ "email": "i@izs.me",
+ "name": "isaacs"
+ },
+ {
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
+ },
+ {
+ "email": "kat@sykosomatic.org",
+ "name": "zkat"
+ }
+ ],
+ "name": "fstream-npm",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/fstream-npm.git"
+ },
+ "scripts": {
+ "test": "standard && tap test/*.js"
+ },
+ "version": "1.1.0"
}