CB-13912 Updated checked-in node_modules

This commit is contained in:
Steve Gill
2018-02-20 11:17:05 -08:00
parent 3a339ba37f
commit d2a0323ae4
50 changed files with 378 additions and 365 deletions
+29 -20
View File
@@ -10,23 +10,23 @@
"spec": ">=0.1.3 <0.2.0",
"type": "range"
},
"/Users/jbowser/cordova/cordova-android/node_modules/cordova-common"
"/Users/steveng/repo/cordova/cordova-android/node_modules/cordova-common"
]
],
"_from": "osenv@>=0.1.3 <0.2.0",
"_id": "osenv@0.1.4",
"_id": "osenv@0.1.5",
"_inCache": true,
"_location": "/osenv",
"_nodeVersion": "6.5.0",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/osenv-0.1.4.tgz_1481655889868_0.3980878754518926"
"host": "s3://npm-registry-packages",
"tmp": "tmp/osenv_0.1.5_1518743366771_0.010286411112286009"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_npmVersion": "3.10.9",
"_npmVersion": "5.6.0-canary.11",
"_phantomChildren": {},
"_requested": {
"raw": "osenv@^0.1.3",
@@ -40,11 +40,11 @@
"_requiredBy": [
"/cordova-common"
],
"_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
"_shasum": "42fe6d5953df06c8064be6f176c3d05aaaa34644",
"_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
"_shasum": "85cdfafaeb28e8677f416e287592b5f3f49ea410",
"_shrinkwrap": null,
"_spec": "osenv@^0.1.3",
"_where": "/Users/jbowser/cordova/cordova-android/node_modules/cordova-common",
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/cordova-common",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -59,16 +59,22 @@
},
"description": "Look up environment settings specific to different operating systems",
"devDependencies": {
"tap": "^8.0.1"
"tap": "^11.1.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "42fe6d5953df06c8064be6f176c3d05aaaa34644",
"tarball": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz"
"integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
"shasum": "85cdfafaeb28e8677f416e287592b5f3f49ea410",
"tarball": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
"fileCount": 4,
"unpackedSize": 4889
},
"gitHead": "ef718f0d20e38d45ec452b7faeefc692d3cd1062",
"files": [
"osenv.js"
],
"gitHead": "1c642b8f5ddb1f99671a300a466bf42ffb9f5ea2",
"homepage": "https://github.com/npm/osenv#readme",
"keywords": [
"environment",
@@ -83,20 +89,20 @@
"main": "osenv.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
"name": "iarna",
"email": "me@re-becca.org"
},
{
"name": "robertkowalski",
"email": "rok@kowalski.gd"
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "iarna",
"email": "me@re-becca.org"
"name": "robertkowalski",
"email": "rok@kowalski.gd"
}
],
"name": "osenv",
@@ -107,7 +113,10 @@
"url": "git+https://github.com/npm/osenv.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js"
},
"version": "0.1.4"
"version": "0.1.5"
}