CB-12003 updated node_modules

This commit is contained in:
Steve Gill
2016-10-17 10:50:30 -07:00
parent 2e37d2c253
commit 0b710a86a9
36 changed files with 602 additions and 299 deletions
+20 -15
View File
@@ -14,16 +14,20 @@
]
],
"_from": "os-homedir@>=1.0.0 <2.0.0",
"_id": "os-homedir@1.0.1",
"_id": "os-homedir@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/os-homedir",
"_nodeVersion": "0.12.5",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/os-homedir-1.0.2.tgz_1475211519628_0.7873868853785098"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.11.2",
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "os-homedir@^1.0.0",
@@ -37,8 +41,8 @@
"_requiredBy": [
"/osenv"
],
"_resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
"_shasum": "0d62bdf44b916fd3bbdcf2cab191948fb094f007",
"_resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
"_shrinkwrap": null,
"_spec": "os-homedir@^1.0.0",
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/osenv",
@@ -51,15 +55,16 @@
"url": "https://github.com/sindresorhus/os-homedir/issues"
},
"dependencies": {},
"description": "io.js 2.3.0 os.homedir() ponyfill",
"description": "Node.js 4 `os.homedir()` ponyfill",
"devDependencies": {
"ava": "0.0.4",
"path-exists": "^1.0.0"
"ava": "*",
"path-exists": "^2.0.0",
"xo": "^0.16.0"
},
"directories": {},
"dist": {
"shasum": "0d62bdf44b916fd3bbdcf2cab191948fb094f007",
"tarball": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz"
"shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
"tarball": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
@@ -67,10 +72,10 @@
"files": [
"index.js"
],
"gitHead": "13ff83fbd13ebe286a6092286b2c634ab4534c5f",
"homepage": "https://github.com/sindresorhus/os-homedir",
"gitHead": "b1b0ae70a5965fef7005ff6509a5dd1a78c95e36",
"homepage": "https://github.com/sindresorhus/os-homedir#readme",
"keywords": [
"built-in",
"builtin",
"core",
"ponyfill",
"polyfill",
@@ -99,7 +104,7 @@
"url": "git+https://github.com/sindresorhus/os-homedir.git"
},
"scripts": {
"test": "node test.js"
"test": "xo && ava"
},
"version": "1.0.1"
"version": "1.0.2"
}