mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-27 15:18: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:
+14
-10
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "kind-of@^3.0.2",
|
||||
"_args": [
|
||||
[
|
||||
"kind-of@3.2.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "kind-of@3.2.2",
|
||||
"_id": "kind-of@3.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
||||
"_location": "/to-object-path/kind-of",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "kind-of@^3.0.2",
|
||||
"raw": "kind-of@3.2.2",
|
||||
"name": "kind-of",
|
||||
"escapedName": "kind-of",
|
||||
"rawSpec": "^3.0.2",
|
||||
"rawSpec": "3.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.2"
|
||||
"fetchSpec": "3.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/to-object-path"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
||||
"_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
|
||||
"_spec": "kind-of@^3.0.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/to-object-path",
|
||||
"_spec": "3.2.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -29,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/kind-of/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "David Fox-Powell",
|
||||
@@ -59,7 +64,6 @@
|
||||
"dependencies": {
|
||||
"is-buffer": "^1.1.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the native type of a value.",
|
||||
"devDependencies": {
|
||||
"ansi-bold": "^0.1.1",
|
||||
|
||||
+14
-10
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"_from": "to-object-path@^0.3.0",
|
||||
"_args": [
|
||||
[
|
||||
"to-object-path@0.3.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "to-object-path@0.3.0",
|
||||
"_id": "to-object-path@0.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
|
||||
@@ -8,22 +15,21 @@
|
||||
"is-buffer": "1.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "to-object-path@^0.3.0",
|
||||
"raw": "to-object-path@0.3.0",
|
||||
"name": "to-object-path",
|
||||
"escapedName": "to-object-path",
|
||||
"rawSpec": "^0.3.0",
|
||||
"rawSpec": "0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
"fetchSpec": "0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cache-base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
|
||||
"_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
|
||||
"_spec": "to-object-path@^0.3.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/cache-base",
|
||||
"_spec": "0.3.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -31,11 +37,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/to-object-path/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"kind-of": "^3.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Create an object path from a list or array of strings.",
|
||||
"devDependencies": {
|
||||
"base": "^0.6.7",
|
||||
|
||||
Reference in New Issue
Block a user