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,28 +1,34 @@
|
||||
{
|
||||
"_from": "repeat-string@^1.6.1",
|
||||
"_args": [
|
||||
[
|
||||
"repeat-string@1.6.1",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "repeat-string@1.6.1",
|
||||
"_id": "repeat-string@1.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
|
||||
"_location": "/repeat-string",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "repeat-string@^1.6.1",
|
||||
"raw": "repeat-string@1.6.1",
|
||||
"name": "repeat-string",
|
||||
"escapedName": "repeat-string",
|
||||
"rawSpec": "^1.6.1",
|
||||
"rawSpec": "1.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.6.1"
|
||||
"fetchSpec": "1.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sane/fill-range",
|
||||
"/sane/to-regex-range"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
||||
"_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
|
||||
"_spec": "repeat-string@^1.6.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/fill-range",
|
||||
"_spec": "1.6.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://github.com/jonschlinkert"
|
||||
@@ -30,7 +36,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/repeat-string/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
@@ -58,7 +63,6 @@
|
||||
"url": "wooorm.com"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
|
||||
"devDependencies": {
|
||||
"ansi-cyan": "^0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user