mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 22:28:37 +00:00
Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
This commit is contained in:
Generated
Vendored
+14
-10
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "isobject@^2.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"isobject@2.1.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "isobject@2.1.0",
|
||||
"_id": "isobject@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
|
||||
"_location": "/unset-value/has-value/isobject",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "isobject@^2.0.0",
|
||||
"raw": "isobject@2.1.0",
|
||||
"name": "isobject",
|
||||
"escapedName": "isobject",
|
||||
"rawSpec": "^2.0.0",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unset-value/has-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
|
||||
"_shasum": "f065561096a3f1da2ef46272f815c840d87e0c89",
|
||||
"_spec": "isobject@^2.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/unset-value/node_modules/has-value",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -29,11 +35,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/isobject/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"isarray": "1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Returns true if the value is an object and not an array or null.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
|
||||
+14
-10
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"_from": "has-value@^0.3.1",
|
||||
"_args": [
|
||||
[
|
||||
"has-value@0.3.1",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "has-value@0.3.1",
|
||||
"_id": "has-value@0.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
|
||||
@@ -8,22 +15,21 @@
|
||||
"isarray": "1.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-value@^0.3.1",
|
||||
"raw": "has-value@0.3.1",
|
||||
"name": "has-value",
|
||||
"escapedName": "has-value",
|
||||
"rawSpec": "^0.3.1",
|
||||
"rawSpec": "0.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.1"
|
||||
"fetchSpec": "0.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unset-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
|
||||
"_shasum": "7b1f58bada62ca827ec0a2078025654845995e1f",
|
||||
"_spec": "has-value@^0.3.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/unset-value",
|
||||
"_spec": "0.3.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -31,13 +37,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-value/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"get-value": "^2.0.3",
|
||||
"has-values": "^0.1.4",
|
||||
"isobject": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
|
||||
+14
-10
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "has-values@^0.1.4",
|
||||
"_args": [
|
||||
[
|
||||
"has-values@0.1.4",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "has-values@0.1.4",
|
||||
"_id": "has-values@0.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
|
||||
"_location": "/unset-value/has-values",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-values@^0.1.4",
|
||||
"raw": "has-values@0.1.4",
|
||||
"name": "has-values",
|
||||
"escapedName": "has-values",
|
||||
"rawSpec": "^0.1.4",
|
||||
"rawSpec": "0.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.4"
|
||||
"fetchSpec": "0.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unset-value/has-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
|
||||
"_shasum": "6d61de95d91dfca9b9a02089ad384bff8f62b771",
|
||||
"_spec": "has-values@^0.1.4",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/unset-value/node_modules/has-value",
|
||||
"_spec": "0.1.4",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -29,8 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-values/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
|
||||
+14
-10
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"_from": "unset-value@^1.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"unset-value@1.0.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "unset-value@1.0.0",
|
||||
"_id": "unset-value@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
|
||||
@@ -9,22 +16,21 @@
|
||||
"isarray": "1.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unset-value@^1.0.0",
|
||||
"raw": "unset-value@1.0.0",
|
||||
"name": "unset-value",
|
||||
"escapedName": "unset-value",
|
||||
"rawSpec": "^1.0.0",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cache-base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
|
||||
"_shasum": "8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559",
|
||||
"_spec": "unset-value@^1.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/cache-base",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -32,7 +38,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/unset-value/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"email": "wtgtybhertgeghgtwtg@gmail.com",
|
||||
@@ -48,7 +53,6 @@
|
||||
"has-value": "^0.3.1",
|
||||
"isobject": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Delete nested properties from an object using dot notation.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
|
||||
Reference in New Issue
Block a user