mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 06:38: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": "cache-base@^1.0.1",
|
||||
"_args": [
|
||||
[
|
||||
"cache-base@1.0.1",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cache-base@1.0.1",
|
||||
"_id": "cache-base@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
|
||||
"_location": "/cache-base",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cache-base@^1.0.1",
|
||||
"raw": "cache-base@1.0.1",
|
||||
"name": "cache-base",
|
||||
"escapedName": "cache-base",
|
||||
"rawSpec": "^1.0.1",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.1"
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
|
||||
"_shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
|
||||
"_spec": "cache-base@^1.0.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/base",
|
||||
"_spec": "1.0.1",
|
||||
"_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/cache-base/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
@@ -50,7 +55,6 @@
|
||||
"union-value": "^1.0.0",
|
||||
"unset-value": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user