mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 14:48: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,28 +1,34 @@
|
||||
{
|
||||
"_from": "map-cache@^0.2.2",
|
||||
"_args": [
|
||||
[
|
||||
"map-cache@0.2.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "map-cache@0.2.2",
|
||||
"_id": "map-cache@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
|
||||
"_location": "/map-cache",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "map-cache@^0.2.2",
|
||||
"raw": "map-cache@0.2.2",
|
||||
"name": "map-cache",
|
||||
"escapedName": "map-cache",
|
||||
"rawSpec": "^0.2.2",
|
||||
"rawSpec": "0.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.2"
|
||||
"fetchSpec": "0.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fragment-cache",
|
||||
"/snapdragon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
|
||||
"_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
|
||||
"_spec": "map-cache@^0.2.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/snapdragon",
|
||||
"_spec": "0.2.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -30,8 +36,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/map-cache/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Basic cache object for storing key-value pairs.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
|
||||
Reference in New Issue
Block a user