Bundle updated node modules

This commit is contained in:
Jason Ginchereau
2016-05-25 16:31:28 -07:00
committed by Nikhil Khandelwal
parent 72bbe9fdf0
commit d6fe1a65eb
58 changed files with 943 additions and 677 deletions
+22 -21
View File
@@ -1,42 +1,42 @@
{
"_args": [
[
"cordova-common@1.2.0",
"d:\\cordova\\cordova-android"
"cordova-common@^1.3.0",
"D:\\Cordova\\cordova-android"
]
],
"_from": "cordova-common@1.2.0",
"_id": "cordova-common@1.2.0",
"_from": "cordova-common@>=1.3.0 <2.0.0",
"_id": "cordova-common@1.3.0",
"_inCache": true,
"_installable": true,
"_location": "/cordova-common",
"_nodeVersion": "5.9.1",
"_nodeVersion": "5.4.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/cordova-common-1.2.0.tgz_1461227352417_0.14771279646083713"
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/cordova-common-1.3.0.tgz_1464130094288_0.48495062021538615"
},
"_npmUser": {
"email": "kotikov.vladimir@gmail.com",
"name": "kotikov.vladimir"
"email": "stevengill97@gmail.com",
"name": "stevegill"
},
"_npmVersion": "3.8.5",
"_npmVersion": "3.9.0",
"_phantomChildren": {},
"_requested": {
"name": "cordova-common",
"raw": "cordova-common@1.2.0",
"rawSpec": "1.2.0",
"raw": "cordova-common@^1.3.0",
"rawSpec": "^1.3.0",
"scope": null,
"spec": "1.2.0",
"type": "version"
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "file:cordova-dist\\tools\\cordova-common-1.2.0.tgz",
"_shasum": "474b7f77c6c89d3f995c947d96046edf2e8c404d",
"_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-1.3.0.tgz",
"_shasum": "f75161f6aa7cef5486fd5d69a3b0a1f628334491",
"_shrinkwrap": null,
"_spec": "cordova-common@1.2.0",
"_where": "d:\\cordova\\cordova-android",
"_spec": "cordova-common@^1.3.0",
"_where": "D:\\Cordova\\cordova-android",
"author": {
"name": "Apache Software Foundation"
},
@@ -51,6 +51,7 @@
"cordova-registry-mapper": "^1.1.8",
"elementtree": "^0.1.6",
"glob": "^5.0.13",
"minimatch": "^3.0.0",
"osenv": "^0.1.3",
"plist": "^1.2.0",
"q": "^1.4.1",
@@ -69,8 +70,8 @@
},
"directories": {},
"dist": {
"shasum": "474b7f77c6c89d3f995c947d96046edf2e8c404d",
"tarball": "https://registry.npmjs.org/cordova-common/-/cordova-common-1.2.0.tgz"
"shasum": "f75161f6aa7cef5486fd5d69a3b0a1f628334491",
"tarball": "https://registry.npmjs.org/cordova-common/-/cordova-common-1.3.0.tgz"
},
"engineStrict": true,
"engines": {
@@ -117,5 +118,5 @@
"jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
"test": "npm run jshint && npm run jasmine"
},
"version": "1.2.0"
"version": "1.3.0"
}