summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-10-29 16:50:12 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-11-02 14:25:04 -0500
commit507fc53e37d3fc6abb5ce0f7c46c8d7479e647ab (patch)
tree68ea2bbf0733eb1a1977b899040e18d035737a51 /deps/npm/package.json
parent6e40bf065931e20737875b27ab9ee71eaf5c7f99 (diff)
downloadandroid-node-v8-507fc53e37d3fc6abb5ce0f7c46c8d7479e647ab.tar.gz
android-node-v8-507fc53e37d3fc6abb5ce0f7c46c8d7479e647ab.tar.bz2
android-node-v8-507fc53e37d3fc6abb5ce0f7c46c8d7479e647ab.zip
deps: upgrade npm to 3.3.10
PR-URL: https://github.com/nodejs/node/pull/3599 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json36
1 files changed, 27 insertions, 9 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 274a9f0cb8..41374571cd 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "3.3.6",
+ "version": "3.3.10",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -48,7 +48,7 @@
"fstream-npm": "~1.0.5",
"glob": "~5.0.15",
"graceful-fs": "~4.1.2",
- "has-unicode": "~1.0.0",
+ "has-unicode": "~1.0.1",
"hosted-git-info": "~2.1.4",
"iferr": "~0.1.5",
"inflight": "~1.0.4",
@@ -94,12 +94,13 @@
"unique-filename": "~1.0.0",
"unpipe": "~1.0.0",
"validate-npm-package-name": "~2.2.2",
- "which": "~1.1.2",
+ "which": "~1.2.0",
"wrappy": "~1.0.1",
"write-file-atomic": "~1.1.3"
},
"bundleDependencies": [
"abbrev",
+ "ansi-regex",
"ansicolors",
"ansistyles",
"aproba",
@@ -109,6 +110,7 @@
"cmd-shim",
"columnify",
"config-chain",
+ "debuglog",
"dezalgo",
"editor",
"fs-vacuum",
@@ -125,7 +127,17 @@
"ini",
"init-package-json",
"lockfile",
+ "lodash._baseindexof",
+ "lodash._baseuniq",
+ "lodash._bindcallback",
+ "lodash._cacheindexof",
+ "lodash._createcache",
+ "lodash._getnative",
"lodash.clonedeep",
+ "lodash.isarguments",
+ "lodash.isarray",
+ "lodash.keys",
+ "lodash.restparam",
"lodash.union",
"lodash.uniq",
"lodash.without",
@@ -149,19 +161,23 @@
"read-installed",
"read-package-json",
"read-package-tree",
+ "readdir-scoped-modules",
"realize-package-specifier",
+ "request",
"retry",
"rimraf",
"semver",
"sha",
"slide",
"sorted-object",
+ "strip-ansi",
"tar",
"text-table",
"uid-number",
"umask",
"unique-filename",
"unpipe",
+ "validate-npm-package-license",
"validate-npm-package-name",
"which",
"wrappy",
@@ -169,25 +185,27 @@
],
"devDependencies": {
"deep-equal": "~1.0.1",
- "estraverse": "~4.1.0",
"marked": "~0.3.5",
"marked-man": "~0.1.5",
- "nock": "~2.13.0",
+ "nock": "~2.15.0",
"npm-registry-couchapp": "~2.6.11",
"npm-registry-mock": "~1.0.1",
+ "readable-stream": "~2.0.2",
"require-inject": "~1.2.1",
- "standard": "~4.5.4",
- "tap": "~2.0.0"
+ "sprintf-js": "~1.0.3",
+ "standard": "~5.3.1",
+ "tap": "~2.1.1"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
- "prepublish": "bash scripts/installable.sh && node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
+ "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"tap": "tap --timeout 240",
"test": "standard && npm run test-tap",
"test-all": "standard && npm run test-legacy && npm run test-tap",
"test-legacy": "node ./test/run.js",
- "test-tap": "npm run tap -- \"test/tap/*.js\""
+ "test-tap": "npm run tap -- \"test/tap/*.js\"",
+ "test-node": "\"$NODE\" ./test/run.js && \"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
},
"license": "Artistic-2.0"
}