mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 22:58:36 +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,5 +1,12 @@
|
||||
{
|
||||
"_from": "static-extend@^0.1.1",
|
||||
"_args": [
|
||||
[
|
||||
"static-extend@0.1.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "static-extend@0.1.2",
|
||||
"_id": "static-extend@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
|
||||
@@ -8,22 +15,21 @@
|
||||
"is-descriptor": "0.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "static-extend@^0.1.1",
|
||||
"raw": "static-extend@0.1.2",
|
||||
"name": "static-extend",
|
||||
"escapedName": "static-extend",
|
||||
"rawSpec": "^0.1.1",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.1"
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/class-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
|
||||
"_shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
|
||||
"_spec": "static-extend@^0.1.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/class-utils",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -31,12 +37,10 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/static-extend/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"define-property": "^0.2.5",
|
||||
"object-copy": "^0.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
|
||||
Reference in New Issue
Block a user