aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/ls-depth/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-05-01 11:09:00 -0700
committerisaacs <i@izs.me>2014-05-01 11:09:00 -0700
commitf76c3938d0660378017bf276a72ea60e9adfe62c (patch)
treec2eedc352746051ce71d5ea91922d9a2139babef /deps/npm/test/tap/ls-depth/package.json
parent1038959dbf70800545df319715e5d89dbd8ad8af (diff)
downloadandroid-node-v8-f76c3938d0660378017bf276a72ea60e9adfe62c.tar.gz
android-node-v8-f76c3938d0660378017bf276a72ea60e9adfe62c.tar.bz2
android-node-v8-f76c3938d0660378017bf276a72ea60e9adfe62c.zip
npm: upgrade to v1.4.8
* Check SHA before using files from cache * adduser: allow change of the saved password * Make `npm install` respect `config.unicode` * Fix lifecycle to pass `Infinity` for config env value * Don't return 0 exit code on invalid command * cache: Handle 404s and other HTTP errors as errors * bump tap dep, make tests stderr a bit quieter * Resolve ~ in path configs to env.HOME * Include npm version in default user-agent conf * npm init: Use ISC as default license, use save-prefix for deps * Many test and doc fixes
Diffstat (limited to 'deps/npm/test/tap/ls-depth/package.json')
-rw-r--r--deps/npm/test/tap/ls-depth/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/npm/test/tap/ls-depth/package.json b/deps/npm/test/tap/ls-depth/package.json
new file mode 100644
index 0000000000..06f8e48a9f
--- /dev/null
+++ b/deps/npm/test/tap/ls-depth/package.json
@@ -0,0 +1,8 @@
+{
+ "author": "Rocko Artischocko",
+ "name": "ls-depth",
+ "version": "0.0.0",
+ "dependencies": {
+ "test-package-with-one-dep": "0.0.0"
+ }
+}