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/promzard/package.json')
-rw-r--r--node_modules/promzard/package.json47
1 files changed, 7 insertions, 40 deletions
diff --git a/node_modules/promzard/package.json b/node_modules/promzard/package.json
index d88a8aa23..77e3bd655 100644
--- a/node_modules/promzard/package.json
+++ b/node_modules/promzard/package.json
@@ -1,53 +1,20 @@
{
- "_from": "promzard@^0.3.0",
- "_id": "promzard@0.3.0",
- "_inBundle": false,
- "_integrity": "sha1-JqXW7ox97kyxIggwWs+5O6OCqe4=",
- "_location": "/promzard",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "promzard@^0.3.0",
- "name": "promzard",
- "escapedName": "promzard",
- "rawSpec": "^0.3.0",
- "saveSpec": null,
- "fetchSpec": "^0.3.0"
- },
- "_requiredBy": [
- "/init-package-json"
- ],
- "_resolved": "https://registry.npmjs.org/promzard/-/promzard-0.3.0.tgz",
- "_shasum": "26a5d6ee8c7dee4cb12208305acfb93ba382a9ee",
- "_spec": "promzard@^0.3.0",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/init-package-json",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/promzard/issues"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "name": "promzard",
+ "description": "prompting wizardly",
+ "version": "0.3.0",
+ "repository": {
+ "url": "git://github.com/isaacs/promzard"
},
- "bundleDependencies": false,
"dependencies": {
"read": "1"
},
- "deprecated": false,
- "description": "prompting wizardly",
"devDependencies": {
"tap": "~0.2.5"
},
- "homepage": "https://github.com/isaacs/promzard#readme",
- "license": "ISC",
"main": "promzard.js",
- "name": "promzard",
- "repository": {
- "url": "git://github.com/isaacs/promzard.git"
- },
"scripts": {
"test": "tap test/*.js"
},
- "version": "0.3.0"
+ "license": "ISC"
}