mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-27 15: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": "html-encoding-sniffer@^2.0.1",
|
||||
"_args": [
|
||||
[
|
||||
"html-encoding-sniffer@2.0.1",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "html-encoding-sniffer@2.0.1",
|
||||
"_id": "html-encoding-sniffer@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
|
||||
"_location": "/html-encoding-sniffer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "html-encoding-sniffer@^2.0.1",
|
||||
"raw": "html-encoding-sniffer@2.0.1",
|
||||
"name": "html-encoding-sniffer",
|
||||
"escapedName": "html-encoding-sniffer",
|
||||
"rawSpec": "^2.0.1",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.1"
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
|
||||
"_shasum": "42a6dc4fd33f00281176e8b23759ca4e4fa185f3",
|
||||
"_spec": "html-encoding-sniffer@^2.0.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jsdom",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
"email": "d@domenic.me",
|
||||
@@ -30,11 +36,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/html-encoding-sniffer/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"whatwg-encoding": "^1.0.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Sniff the encoding from a HTML byte stream",
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
|
||||
Reference in New Issue
Block a user