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": "json-parse-even-better-errors@^2.3.0",
|
||||
"_args": [
|
||||
[
|
||||
"json-parse-even-better-errors@2.3.1",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "json-parse-even-better-errors@2.3.1",
|
||||
"_id": "json-parse-even-better-errors@2.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
||||
"_location": "/json-parse-even-better-errors",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "json-parse-even-better-errors@^2.3.0",
|
||||
"raw": "json-parse-even-better-errors@2.3.1",
|
||||
"name": "json-parse-even-better-errors",
|
||||
"escapedName": "json-parse-even-better-errors",
|
||||
"rawSpec": "^2.3.0",
|
||||
"rawSpec": "2.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.3.0"
|
||||
"fetchSpec": "2.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/parse-json"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
||||
"_shasum": "7c47805a94319928e05777405dc12e1f7a4ee02d",
|
||||
"_spec": "json-parse-even-better-errors@^2.3.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/parse-json",
|
||||
"_spec": "2.3.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Kat Marchán",
|
||||
"email": "kzm@zkat.tech"
|
||||
@@ -29,8 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/npm/json-parse-even-better-errors/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "JSON.parse with context information on error",
|
||||
"devDependencies": {
|
||||
"tap": "^14.6.5"
|
||||
|
||||
Reference in New Issue
Block a user