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/editor/package.json')
-rw-r--r--node_modules/editor/package.json92
1 files changed, 49 insertions, 43 deletions
diff --git a/node_modules/editor/package.json b/node_modules/editor/package.json
index 48c09bff3..e2813d241 100644
--- a/node_modules/editor/package.json
+++ b/node_modules/editor/package.json
@@ -1,22 +1,49 @@
{
- "name": "editor",
- "version": "1.0.0",
- "description": "launch $EDITOR in your program",
- "main": "index.js",
- "directories": {
- "example": "example",
- "test": "test"
+ "_from": "editor@~1.0.0",
+ "_id": "editor@1.0.0",
+ "_integrity": "sha1-YMf4e9YrzGqJT6jM1q+3gjok90I=",
+ "_location": "/editor",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "editor@~1.0.0",
+ "name": "editor",
+ "escapedName": "editor",
+ "rawSpec": "~1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.0"
},
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz",
+ "_shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
+ "_shrinkwrap": null,
+ "_spec": "editor@~1.0.0",
+ "_where": "/Users/zkat/Documents/code/npm",
+ "author": {
+ "name": "James Halliday",
+ "email": "mail@substack.net",
+ "url": "http://substack.net"
+ },
+ "bin": null,
+ "bugs": {
+ "url": "https://github.com/substack/node-editor/issues"
+ },
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
+ "description": "launch $EDITOR in your program",
"devDependencies": {
"tap": "~0.4.4"
},
- "scripts": {
- "test": "tap test/*.js"
+ "directories": {
+ "example": "example",
+ "test": "test"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/node-editor.git"
+ "engine": {
+ "node": ">=0.6"
},
"homepage": "https://github.com/substack/node-editor",
"keywords": [
@@ -24,38 +51,17 @@
"edit",
"shell"
],
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
"license": "MIT",
- "engine": {
- "node": ">=0.6"
+ "main": "index.js",
+ "name": "editor",
+ "optionalDependencies": {},
+ "peerDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/substack/node-editor.git"
},
- "gitHead": "15200af2c417c65a4df153f39f32143dcd476375",
- "bugs": {
- "url": "https://github.com/substack/node-editor/issues"
+ "scripts": {
+ "test": "tap test/*.js"
},
- "_id": "editor@1.0.0",
- "_shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
- "_from": "editor@>=1.0.0 <1.1.0",
- "_npmVersion": "2.7.5",
- "_nodeVersion": "1.6.3",
- "_npmUser": {
- "name": "substack",
- "email": "substack@gmail.com"
- },
- "dist": {
- "shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
- "tarball": "http://registry.npmjs.org/editor/-/editor-1.0.0.tgz"
- },
- "maintainers": [
- {
- "name": "substack",
- "email": "mail@substack.net"
- }
- ],
- "_resolved": "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz",
- "readme": "ERROR: No README data found!"
+ "version": "1.0.0"
}