CB-12609: checking in updated node_modules

This commit is contained in:
Steve Gill
2017-03-27 22:23:09 -07:00
parent 0df50c3f33
commit a8af103ff4
98 changed files with 1972 additions and 13396 deletions
+15 -15
View File
@@ -14,16 +14,19 @@
]
],
"_from": "q@>=1.4.1 <2.0.0",
"_id": "q@1.4.1",
"_id": "q@1.5.0",
"_inCache": true,
"_installable": true,
"_location": "/q",
"_nodeVersion": "1.8.1",
"_nodeVersion": "6.9.5",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/q-1.5.0.tgz_1490148893963_0.4695124195422977"
},
"_npmUser": {
"name": "kriskowal",
"email": "kris.kowal@cixar.com"
},
"_npmVersion": "2.8.3",
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "q@^1.4.1",
@@ -38,8 +41,8 @@
"/",
"/cordova-common"
],
"_resolved": "http://registry.npmjs.org/q/-/q-1.4.1.tgz",
"_shasum": "55705bcd93c5f3673530c2c2cbc0c2b3addc286e",
"_resolved": "http://registry.npmjs.org/q/-/q-1.5.0.tgz",
"_shasum": "dd01bac9d06d30e6f219aecb8253ee9ebdc308f1",
"_shrinkwrap": null,
"_spec": "q@^1.4.1",
"_where": "/Users/steveng/repo/cordova/cordova-android",
@@ -85,8 +88,8 @@
"test": "./spec"
},
"dist": {
"shasum": "55705bcd93c5f3673530c2c2cbc0c2b3addc286e",
"tarball": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
"shasum": "dd01bac9d06d30e6f219aecb8253ee9ebdc308f1",
"tarball": "https://registry.npmjs.org/q/-/q-1.5.0.tgz"
},
"engines": {
"node": ">=0.6.0",
@@ -97,7 +100,7 @@
"q.js",
"queue.js"
],
"gitHead": "d373079d3620152e3d60e82f27265a09ee0e81bd",
"gitHead": "4fecabe07ff9f3683a3d4548e7f81c2aba693326",
"homepage": "https://github.com/kriskowal/q",
"keywords": [
"q",
@@ -113,10 +116,7 @@
"browser",
"node"
],
"license": {
"type": "MIT",
"url": "http://github.com/kriskowal/q/raw/master/LICENSE"
},
"license": "MIT",
"main": "q.js",
"maintainers": [
{
@@ -148,8 +148,8 @@
"lint": "jshint q.js",
"minify": "grunt",
"prepublish": "grunt",
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",
"test": "npm ls -s && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && npm run -s lint",
"test-browser": "opener spec/q-spec.html"
},
"version": "1.4.1"
"version": "1.5.0"
}