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/sorted-object
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/sorted-object')
-rw-r--r--node_modules/sorted-object/package.json83
1 files changed, 29 insertions, 54 deletions
diff --git a/node_modules/sorted-object/package.json b/node_modules/sorted-object/package.json
index ea1e21dd2..9b7e338b7 100644
--- a/node_modules/sorted-object/package.json
+++ b/node_modules/sorted-object/package.json
@@ -1,78 +1,53 @@
{
- "_args": [
- [
- "sorted-object@~1.0.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "sorted-object@>=1.0.0 <1.1.0",
- "_id": "sorted-object@1.0.0",
- "_inCache": true,
- "_location": "/sorted-object",
- "_npmUser": {
- "email": "domenic@domenicdenicola.com",
- "name": "domenic"
- },
- "_npmVersion": "1.3.25",
- "_phantomChildren": {},
- "_requested": {
- "name": "sorted-object",
- "raw": "sorted-object@~1.0.0",
- "rawSpec": "~1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
+ "name": "sorted-object",
+ "description": "Returns a copy of an object with its keys sorted",
+ "keywords": [
+ "sort",
+ "keys",
+ "object"
],
- "_resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-1.0.0.tgz",
- "_shasum": "5d1f4f9c1fb2cd48965967304e212eb44cfb6d05",
- "_shrinkwrap": null,
- "_spec": "sorted-object@~1.0.0",
- "_where": "/Users/rebecca/code/npm",
+ "version": "1.0.0",
"author": {
- "email": "domenic@domenicdenicola.com",
"name": "Domenic Denicola",
+ "email": "domenic@domenicdenicola.com",
"url": "http://domenic.me/"
},
+ "license": "WTFPL",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/domenic/sorted-object.git"
+ },
"bugs": {
"url": "http://github.com/domenic/sorted-object/issues"
},
- "dependencies": {},
- "description": "Returns a copy of an object with its keys sorted",
+ "main": "lib/sorted-object.js",
+ "scripts": {
+ "test": "tape test/tests.js",
+ "lint": "jshint lib && jshint test"
+ },
"devDependencies": {
"jshint": "~2.4.3",
"tape": "~2.4.2"
},
- "directories": {},
+ "homepage": "https://github.com/domenic/sorted-object",
+ "_id": "sorted-object@1.0.0",
"dist": {
"shasum": "5d1f4f9c1fb2cd48965967304e212eb44cfb6d05",
"tarball": "http://registry.npmjs.org/sorted-object/-/sorted-object-1.0.0.tgz"
},
- "homepage": "https://github.com/domenic/sorted-object",
- "keywords": [
- "keys",
- "object",
- "sort"
- ],
- "license": "WTFPL",
- "main": "lib/sorted-object.js",
+ "_from": "sorted-object@>=1.0.0 <1.1.0",
+ "_npmVersion": "1.3.25",
+ "_npmUser": {
+ "name": "domenic",
+ "email": "domenic@domenicdenicola.com"
+ },
"maintainers": [
{
"name": "domenic",
"email": "domenic@domenicdenicola.com"
}
],
- "name": "sorted-object",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/domenic/sorted-object.git"
- },
- "scripts": {
- "lint": "jshint lib && jshint test",
- "test": "tape test/tests.js"
- },
- "version": "1.0.0"
+ "directories": {},
+ "_shasum": "5d1f4f9c1fb2cd48965967304e212eb44cfb6d05",
+ "_resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-1.0.0.tgz"
}