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.json89
1 files changed, 20 insertions, 69 deletions
diff --git a/node_modules/fstream-npm/package.json b/node_modules/fstream-npm/package.json
index f4deee360..f3ab7b8fa 100644
--- a/node_modules/fstream-npm/package.json
+++ b/node_modules/fstream-npm/package.json
@@ -1,50 +1,24 @@
{
- "_args": [
- [
- "fstream-npm@~1.0.5",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "fstream-npm@>=1.0.5 <1.1.0",
- "_id": "fstream-npm@1.0.5",
- "_inCache": true,
- "_location": "/fstream-npm",
- "_nodeVersion": "2.5.0",
- "_npmUser": {
- "email": "ogd@aoaioxxysz.net",
- "name": "othiym23"
- },
- "_npmVersion": "2.14.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "fstream-npm",
- "raw": "fstream-npm@~1.0.5",
- "rawSpec": "~1.0.5",
- "scope": null,
- "spec": ">=1.0.5 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.5.tgz",
- "_shasum": "4c1d1cbc6da95c745f8d2c52077a1d2e7b337206",
- "_shrinkwrap": null,
- "_spec": "fstream-npm@~1.0.5",
- "_where": "/Users/rebecca/code/npm",
"author": {
- "email": "i@izs.me",
"name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "bugs": {
- "url": "https://github.com/isaacs/fstream-npm/issues"
+ "name": "fstream-npm",
+ "description": "fstream class for creating npm packages",
+ "version": "1.0.5",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/fstream-npm.git"
},
+ "scripts": {
+ "test": "standard && tap test/*.js"
+ },
+ "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",
@@ -52,38 +26,15 @@
"standard": "^4.3.1",
"tap": "^1.3.2"
},
- "directories": {},
- "dist": {
- "shasum": "4c1d1cbc6da95c745f8d2c52077a1d2e7b337206",
- "tarball": "http://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.5.tgz"
- },
- "gitHead": "f6ec06b9c45d7330213a5b446fff424b5a74e197",
- "homepage": "https://github.com/isaacs/fstream-npm#readme",
- "installable": true,
"license": "ISC",
- "main": "./fstream-npm.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- }
- ],
- "name": "fstream-npm",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/fstream-npm.git"
- },
- "scripts": {
- "test": "standard && tap test/*.js"
+ "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": "f6ec06b9c45d7330213a5b446fff424b5a74e197",
+ "bugs": {
+ "url": "https://github.com/isaacs/fstream-npm/issues"
},
- "version": "1.0.5"
+ "homepage": "https://github.com/isaacs/fstream-npm#readme",
+ "_id": "fstream-npm@1.0.5",
+ "_shasum": "4c1d1cbc6da95c745f8d2c52077a1d2e7b337206",
+ "_from": "fstream-npm@>=1.0.5 <1.1.0"
}