mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 22:28: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": "cssom@~0.3.6",
|
||||
"_args": [
|
||||
[
|
||||
"cssom@0.3.8",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cssom@0.3.8",
|
||||
"_id": "cssom@0.3.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
|
||||
"_location": "/cssstyle/cssom",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cssom@~0.3.6",
|
||||
"raw": "cssom@0.3.8",
|
||||
"name": "cssom",
|
||||
"escapedName": "cssom",
|
||||
"rawSpec": "~0.3.6",
|
||||
"rawSpec": "0.3.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~0.3.6"
|
||||
"fetchSpec": "0.3.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssstyle"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
|
||||
"_shasum": "9f1276f5b2b463f2114d3f2c75250af8c1a36f4a",
|
||||
"_spec": "cssom@~0.3.6",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/cssstyle",
|
||||
"_spec": "0.3.8",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Nikita Vasilyev",
|
||||
"email": "me@elv1s.ru"
|
||||
@@ -29,8 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/NV/CSSOM/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "CSS Object Model implementation and CSS parser",
|
||||
"files": [
|
||||
"lib/"
|
||||
|
||||
+14
-10
@@ -1,31 +1,36 @@
|
||||
{
|
||||
"_from": "cssstyle@^2.2.0",
|
||||
"_args": [
|
||||
[
|
||||
"cssstyle@2.3.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cssstyle@2.3.0",
|
||||
"_id": "cssstyle@2.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
|
||||
"_location": "/cssstyle",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cssstyle@^2.2.0",
|
||||
"raw": "cssstyle@2.3.0",
|
||||
"name": "cssstyle",
|
||||
"escapedName": "cssstyle",
|
||||
"rawSpec": "^2.2.0",
|
||||
"rawSpec": "2.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.0"
|
||||
"fetchSpec": "2.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
|
||||
"_shasum": "ff665a0ddbdc31864b09647f34163443d90b0852",
|
||||
"_spec": "cssstyle@^2.2.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jsdom",
|
||||
"_spec": "2.3.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/cssstyle/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Chad Walker",
|
||||
@@ -36,7 +41,6 @@
|
||||
"dependencies": {
|
||||
"cssom": "~0.3.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "CSSStyleDeclaration Object Model implementation",
|
||||
"devDependencies": {
|
||||
"babel-generator": "~6.26.1",
|
||||
|
||||
Reference in New Issue
Block a user