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": "tr46@^2.0.2",
|
||||
"_args": [
|
||||
[
|
||||
"tr46@2.0.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "tr46@2.0.2",
|
||||
"_id": "tr46@2.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
|
||||
"_location": "/tr46",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tr46@^2.0.2",
|
||||
"raw": "tr46@2.0.2",
|
||||
"name": "tr46",
|
||||
"escapedName": "tr46",
|
||||
"rawSpec": "^2.0.2",
|
||||
"rawSpec": "2.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.2"
|
||||
"fetchSpec": "2.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/whatwg-url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
|
||||
"_shasum": "03273586def1595ae08fedb38d7733cee91d2479",
|
||||
"_spec": "tr46@^2.0.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/whatwg-url",
|
||||
"_spec": "2.0.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Sebastian Mayr",
|
||||
"email": "npm@smayr.name"
|
||||
@@ -29,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/tr46/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Timothy Gu",
|
||||
@@ -39,7 +44,6 @@
|
||||
"dependencies": {
|
||||
"punycode": "^2.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
|
||||
Reference in New Issue
Block a user