mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 14: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": "locate-path@^5.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"locate-path@5.0.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "locate-path@5.0.0",
|
||||
"_id": "locate-path@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
||||
"_location": "/locate-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "locate-path@^5.0.0",
|
||||
"raw": "locate-path@5.0.0",
|
||||
"name": "locate-path",
|
||||
"escapedName": "locate-path",
|
||||
"rawSpec": "^5.0.0",
|
||||
"rawSpec": "5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.0.0"
|
||||
"fetchSpec": "5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/find-up"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
||||
"_shasum": "1afba396afd676a6d42504d0a67a3a7eb9f62aa0",
|
||||
"_spec": "locate-path@^5.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/find-up",
|
||||
"_spec": "5.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -30,11 +36,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/locate-path/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"p-locate": "^4.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the first path that exists on disk of multiple paths",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
|
||||
Reference in New Issue
Block a user