mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.8 KiB
84 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"editor@~1.0.0",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "editor@>=1.0.0 <1.1.0",
|
|
"_id": "editor@1.0.0",
|
|
"_inCache": true,
|
|
"_location": "/editor",
|
|
"_nodeVersion": "1.6.3",
|
|
"_npmUser": {
|
|
"email": "substack@gmail.com",
|
|
"name": "substack"
|
|
},
|
|
"_npmVersion": "2.7.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "editor",
|
|
"raw": "editor@~1.0.0",
|
|
"rawSpec": "~1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz",
|
|
"_shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
|
|
"_shrinkwrap": null,
|
|
"_spec": "editor@~1.0.0",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"email": "mail@substack.net",
|
|
"name": "James Halliday",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/node-editor/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "launch $EDITOR in your program",
|
|
"devDependencies": {
|
|
"tap": "~0.4.4"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
|
|
"tarball": "http://registry.npmjs.org/editor/-/editor-1.0.0.tgz"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.6"
|
|
},
|
|
"gitHead": "15200af2c417c65a4df153f39f32143dcd476375",
|
|
"homepage": "https://github.com/substack/node-editor",
|
|
"keywords": [
|
|
"edit",
|
|
"shell",
|
|
"text"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "substack",
|
|
"email": "mail@substack.net"
|
|
}
|
|
],
|
|
"name": "editor",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/node-editor.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|