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": "ws@^7.2.3",
|
||||
"_args": [
|
||||
[
|
||||
"ws@7.4.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "ws@7.4.0",
|
||||
"_id": "ws@7.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==",
|
||||
"_location": "/ws",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "ws@^7.2.3",
|
||||
"raw": "ws@7.4.0",
|
||||
"name": "ws",
|
||||
"escapedName": "ws",
|
||||
"rawSpec": "^7.2.3",
|
||||
"rawSpec": "7.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.2.3"
|
||||
"fetchSpec": "7.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz",
|
||||
"_shasum": "a5dd76a24197940d4a8bb9e0e152bb4503764da7",
|
||||
"_spec": "ws@^7.2.3",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jsdom",
|
||||
"_spec": "7.4.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Einar Otto Stangvik",
|
||||
"email": "einaros@gmail.com",
|
||||
@@ -31,8 +37,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/websockets/ws/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
|
||||
Reference in New Issue
Block a user