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:
authorForrest L Norvell <forrest@npmjs.com>2015-10-15 08:17:03 +0300
committerRebecca Turner <me@re-becca.org>2015-10-16 01:25:33 +0300
commit25a234b4595ee3f1a2c09e2a39e3c238aa642557 (patch)
treedef772e3c15c7bd3d0b05eeeb6069898617cbf23 /node_modules/editor
parent4cd74b0cdc639081fcf292eb9a03dbd93451c7c0 (diff)
src: install npm@3 with npm@2
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
Diffstat (limited to 'node_modules/editor')
-rw-r--r--node_modules/editor/package.json99
1 files changed, 38 insertions, 61 deletions
diff --git a/node_modules/editor/package.json b/node_modules/editor/package.json
index 8627e3266..48c09bff3 100644
--- a/node_modules/editor/package.json
+++ b/node_modules/editor/package.json
@@ -1,84 +1,61 @@
{
- "_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"
+ "name": "editor",
+ "version": "1.0.0",
+ "description": "launch $EDITOR in your program",
+ "main": "index.js",
+ "directories": {
+ "example": "example",
+ "test": "test"
},
- "_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"
+ "dependencies": {},
+ "devDependencies": {
+ "tap": "~0.4.4"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/substack/node-editor.git"
},
- "_requiredBy": [
- "/"
+ "homepage": "https://github.com/substack/node-editor",
+ "keywords": [
+ "text",
+ "edit",
+ "shell"
],
- "_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",
+ "email": "mail@substack.net",
"url": "http://substack.net"
},
+ "license": "MIT",
+ "engine": {
+ "node": ">=0.6"
+ },
+ "gitHead": "15200af2c417c65a4df153f39f32143dcd476375",
"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"
+ "_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"
},
- "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"
+ "_resolved": "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz",
+ "readme": "ERROR: No README data found!"
}