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/npmlog/package.json')
-rw-r--r--node_modules/npmlog/package.json84
1 files changed, 29 insertions, 55 deletions
diff --git a/node_modules/npmlog/package.json b/node_modules/npmlog/package.json
index 755274a19..1613546d9 100644
--- a/node_modules/npmlog/package.json
+++ b/node_modules/npmlog/package.json
@@ -1,66 +1,47 @@
{
- "_args": [
- [
- "npmlog@~1.2.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npmlog@>=1.2.1 <1.3.0",
- "_id": "npmlog@1.2.1",
- "_inCache": true,
- "_location": "/npmlog",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "email": "isaacs@npmjs.com",
- "name": "isaacs"
- },
- "_npmVersion": "2.10.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "npmlog",
- "raw": "npmlog@~1.2.1",
- "rawSpec": "~1.2.1",
- "scope": null,
- "spec": ">=1.2.1 <1.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/",
- "/node-gyp",
- "/npm-install-checks",
- "/npm-registry-client"
- ],
- "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz",
- "_shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
- "_shrinkwrap": null,
- "_spec": "npmlog@~1.2.1",
- "_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/npmlog/issues"
+ "name": "npmlog",
+ "description": "logger for npm",
+ "version": "1.2.1",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/npmlog.git"
+ },
+ "main": "log.js",
+ "scripts": {
+ "test": "tap test/*.js"
},
"dependencies": {
"ansi": "~0.3.0",
"are-we-there-yet": "~1.0.0",
"gauge": "~1.2.0"
},
- "description": "logger for npm",
"devDependencies": {
"tap": ""
},
- "directories": {},
+ "license": "ISC",
+ "gitHead": "4e1a73a567036064ded425a7d48c863d53550b4f",
+ "bugs": {
+ "url": "https://github.com/isaacs/npmlog/issues"
+ },
+ "homepage": "https://github.com/isaacs/npmlog#readme",
+ "_id": "npmlog@1.2.1",
+ "_shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
+ "_from": "npmlog@>=1.2.1 <1.3.0",
+ "_npmVersion": "2.10.0",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "isaacs@npmjs.com"
+ },
"dist": {
"shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
"tarball": "http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz"
},
- "gitHead": "4e1a73a567036064ded425a7d48c863d53550b4f",
- "homepage": "https://github.com/isaacs/npmlog#readme",
- "license": "ISC",
- "main": "log.js",
"maintainers": [
{
"name": "isaacs",
@@ -71,14 +52,7 @@
"email": "me@re-becca.org"
}
],
- "name": "npmlog",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/npmlog.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.2.1"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz",
+ "readme": "ERROR: No README data found!"
}