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/write-file-atomic
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/write-file-atomic')
-rw-r--r--node_modules/write-file-atomic/package.json79
1 files changed, 28 insertions, 51 deletions
diff --git a/node_modules/write-file-atomic/package.json b/node_modules/write-file-atomic/package.json
index 1dbe79432..250f5c1b5 100644
--- a/node_modules/write-file-atomic/package.json
+++ b/node_modules/write-file-atomic/package.json
@@ -1,81 +1,58 @@
{
- "_args": [
- [
- "write-file-atomic@~1.1.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "write-file-atomic@>=1.1.2 <1.2.0",
- "_id": "write-file-atomic@1.1.3",
- "_inCache": true,
- "_location": "/write-file-atomic",
- "_nodeVersion": "3.1.0",
- "_npmUser": {
- "email": "me@re-becca.org",
- "name": "iarna"
+ "name": "write-file-atomic",
+ "version": "1.1.3",
+ "description": "Write files in an atomic fashion w/configurable ownership",
+ "main": "index.js",
+ "scripts": {
+ "test": "tap test/*.js"
},
- "_npmVersion": "3.3.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "write-file-atomic",
- "raw": "write-file-atomic@~1.1.2",
- "rawSpec": "~1.1.2",
- "scope": null,
- "spec": ">=1.1.2 <1.2.0",
- "type": "range"
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
},
- "_requiredBy": [
- "/"
+ "keywords": [
+ "writeFile",
+ "atomic"
],
- "_shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
- "_shrinkwrap": null,
- "_spec": "write-file-atomic@~1.1.2",
- "_where": "/Users/rebecca/code/npm",
"author": {
- "email": "me@re-becca.org",
"name": "Rebecca Turner",
+ "email": "me@re-becca.org",
"url": "http://re-becca.org"
},
+ "license": "ISC",
"bugs": {
"url": "https://github.com/iarna/write-file-atomic/issues"
},
+ "homepage": "https://github.com/iarna/write-file-atomic",
"dependencies": {
"graceful-fs": "^4.1.2",
"slide": "^1.1.5"
},
- "description": "Write files in an atomic fashion w/configurable ownership",
"devDependencies": {
"require-inject": "^1.1.0",
"tap": "^0.4.12"
},
- "directories": {},
+ "gitHead": "65a1e2e156c0d0bfb7acac2e039b943d6ec9876d",
+ "_id": "write-file-atomic@1.1.3",
+ "_shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
+ "_from": "write-file-atomic@>=1.1.3 <1.2.0",
+ "_npmVersion": "3.3.0",
+ "_nodeVersion": "3.1.0",
+ "_npmUser": {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ },
"dist": {
"shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
"tarball": "http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz"
},
- "gitHead": "65a1e2e156c0d0bfb7acac2e039b943d6ec9876d",
- "homepage": "https://github.com/iarna/write-file-atomic",
- "installable": true,
- "keywords": [
- "atomic",
- "writeFile"
- ],
- "license": "ISC",
- "main": "index.js",
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
- "name": "write-file-atomic",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.1.3"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz",
+ "readme": "ERROR: No README data found!"
}