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:
Diffstat (limited to 'node_modules/fstream-npm/package.json')
-rw-r--r--node_modules/fstream-npm/package.json84
1 files changed, 64 insertions, 20 deletions
diff --git a/node_modules/fstream-npm/package.json b/node_modules/fstream-npm/package.json
index 9a75817d3..503965ba3 100644
--- a/node_modules/fstream-npm/package.json
+++ b/node_modules/fstream-npm/package.json
@@ -1,36 +1,80 @@
{
+ "_args": [
+ [
+ "fstream-npm@~1.0.3",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "fstream-npm@>=1.0.3 <1.1.0",
+ "_id": "fstream-npm@1.0.3",
+ "_inCache": true,
+ "_location": "/fstream-npm",
+ "_nodeVersion": "2.0.2",
+ "_npmUser": {
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
+ },
+ "_npmVersion": "2.11.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "fstream-npm",
+ "raw": "fstream-npm@~1.0.3",
+ "rawSpec": "~1.0.3",
+ "scope": null,
+ "spec": ">=1.0.3 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.3.tgz",
+ "_shasum": "67cfb5437b14237155bf319c0536e6d4335170fe",
+ "_shrinkwrap": null,
+ "_spec": "fstream-npm@~1.0.3",
+ "_where": "/Users/rebecca/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.3",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/fstream-npm.git"
- },
- "scripts": {
- "test": "standard"
+ "bugs": {
+ "url": "https://github.com/isaacs/fstream-npm/issues"
},
- "main": "./fstream-npm.js",
"dependencies": {
"fstream-ignore": "^1.0.0",
"inherits": "2"
},
+ "description": "fstream class for creating npm packages",
"devDependencies": {
"standard": "^4.3.1"
},
- "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": "910a52b38c7fb4d4f2204058b37294e4e370e2cb",
- "bugs": {
- "url": "https://github.com/isaacs/fstream-npm/issues"
+ "directories": {},
+ "dist": {
+ "shasum": "67cfb5437b14237155bf319c0536e6d4335170fe",
+ "tarball": "http://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.3.tgz"
},
+ "gitHead": "910a52b38c7fb4d4f2204058b37294e4e370e2cb",
"homepage": "https://github.com/isaacs/fstream-npm#readme",
- "_id": "fstream-npm@1.0.3",
- "_shasum": "67cfb5437b14237155bf319c0536e6d4335170fe",
- "_from": "fstream-npm@>=1.0.3 <1.1.0"
+ "license": "ISC",
+ "main": "./fstream-npm.js",
+ "maintainers": [
+ {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ },
+ {
+ "name": "othiym23",
+ "email": "ogd@aoaioxxysz.net"
+ }
+ ],
+ "name": "fstream-npm",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/fstream-npm.git"
+ },
+ "scripts": {
+ "test": "standard"
+ },
+ "version": "1.0.3"
}