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": "is-core-module@^2.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"is-core-module@2.1.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-core-module@2.1.0",
|
||||
"_id": "is-core-module@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==",
|
||||
"_location": "/is-core-module",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-core-module@^2.1.0",
|
||||
"raw": "is-core-module@2.1.0",
|
||||
"name": "is-core-module",
|
||||
"escapedName": "is-core-module",
|
||||
"rawSpec": "^2.1.0",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.0"
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/resolve"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.1.0.tgz",
|
||||
"_shasum": "a4cc031d9b1aca63eecbd18a650e13cb4eeab946",
|
||||
"_spec": "is-core-module@^2.1.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/resolve",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com"
|
||||
@@ -37,11 +43,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/inspect-js/is-core-module/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"has": "^1.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Is this specifier a node.js core module?",
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^17.2.0",
|
||||
|
||||
Reference in New Issue
Block a user