summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2016-03-29 23:30:51 -0700
committerMyles Borins <mborins@us.ibm.com>2016-04-01 14:47:39 -0700
commit0928584444ac6edf1ead0b93c9d05b1124183702 (patch)
treef64c5646b8e2817009e7afe97c2670c73d38a7eb /deps/npm/package.json
parent39de601e1c3eda92eb2e37eca4e6aa960f206f39 (diff)
downloadandroid-node-v8-0928584444ac6edf1ead0b93c9d05b1124183702.tar.gz
android-node-v8-0928584444ac6edf1ead0b93c9d05b1124183702.tar.bz2
android-node-v8-0928584444ac6edf1ead0b93c9d05b1124183702.zip
deps: upgrade npm to 3.8.3
PR-URL: https://github.com/npm/node/pull/6 Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json37
1 files changed, 18 insertions, 19 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 2b86276edb..e7d5f3d78b 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "3.7.3",
+ "version": "3.8.3",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -46,7 +46,7 @@
"fs-write-stream-atomic": "~1.0.8",
"fstream": "~1.0.8",
"fstream-npm": "~1.0.7",
- "glob": "~6.0.4",
+ "glob": "~7.0.3",
"graceful-fs": "~4.1.3",
"has-unicode": "~2.0.0",
"hosted-git-info": "~2.1.4",
@@ -56,24 +56,24 @@
"ini": "~1.3.4",
"init-package-json": "~1.9.3",
"lockfile": "~1.0.1",
- "lodash.clonedeep": "~4.1.0",
- "lodash.isarguments": "~3.0.6",
+ "lodash._baseuniq": "~4.5.0",
+ "lodash.clonedeep": "~4.3.1",
"lodash.isarray": "~4.0.0",
- "lodash.keys": "~4.0.2",
- "lodash.union": "~4.1.0",
- "lodash.uniq": "~4.1.0",
- "lodash.without": "~4.0.2",
+ "lodash.keys": "~4.0.5",
+ "lodash.union": "~4.2.0",
+ "lodash.uniq": "~4.2.0",
+ "lodash.without": "~4.1.1",
"mkdirp": "~0.5.1",
- "node-gyp": "~3.2.1",
+ "node-gyp": "~3.3.1",
"nopt": "~3.0.6",
"normalize-git-url": "~3.0.1",
"normalize-package-data": "~2.3.5",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
"npm-package-arg": "~4.1.0",
- "npm-registry-client": "~7.0.9",
+ "npm-registry-client": "~7.1.0",
"npm-user-validate": "~0.1.2",
- "npmlog": "~2.0.2",
+ "npmlog": "~2.0.3",
"once": "~1.3.3",
"opener": "~1.4.1",
"osenv": "~0.1.3",
@@ -83,15 +83,16 @@
"read-installed": "~4.0.3",
"read-package-json": "~2.0.3",
"read-package-tree": "~5.1.2",
- "readable-stream": "~2.0.5",
+ "readable-stream": "~2.0.6",
"realize-package-specifier": "~3.0.1",
"request": "~2.69.0",
"retry": "~0.9.0",
- "rimraf": "~2.5.1",
+ "rimraf": "~2.5.2",
"semver": "~5.1.0",
"sha": "~2.0.1",
"slide": "~1.1.6",
- "sorted-object": "~1.0.0",
+ "sorted-object": "~2.0.0",
+ "strip-ansi": "~3.0.1",
"tar": "~2.2.1",
"text-table": "~0.2.0",
"uid-number": "0.0.6",
@@ -140,7 +141,6 @@
"lodash._createcache",
"lodash._getnative",
"lodash.clonedeep",
- "lodash.isarguments",
"lodash.isarray",
"lodash.keys",
"lodash.restparam",
@@ -196,10 +196,11 @@
"marked-man": "~0.1.5",
"npm-registry-couchapp": "~2.6.12",
"npm-registry-mock": "~1.0.1",
- "require-inject": "~1.3.0",
+ "require-inject": "~1.3.1",
"sprintf-js": "~1.0.3",
"standard": "~5.4.1",
- "tap": "~5.4.2"
+ "tacks": "~1.0.9",
+ "tap": "~5.7.0"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
@@ -207,8 +208,6 @@
"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-node": "\"$NODE\" ./test/run.js && \"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
},