mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 06:38:37 +00:00
Added a check for a debug flag so that we can checkout and run actions during release
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"char-regex@1.0.2",
|
|
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "char-regex@1.0.2",
|
|
"_id": "char-regex@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
|
|
"_location": "/char-regex",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "char-regex@1.0.2",
|
|
"name": "char-regex",
|
|
"escapedName": "char-regex",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/string-length"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
|
"author": {
|
|
"name": "Richie Bendall",
|
|
"email": "richiebendall@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Richienb/char-regex/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A regex to match any full character, considering weird character ranges.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
|
|
"array-uniq": "^2.1.0",
|
|
"ava": "^3.0.0",
|
|
"emoji.json": "^12.1.1",
|
|
"eslint-config-richienb": "^0.3.0",
|
|
"unicode-chars": "^1.0.1",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/Richienb/char-regex#readme",
|
|
"keywords": [
|
|
"character",
|
|
"regex",
|
|
"match",
|
|
"split",
|
|
"length"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "char-regex",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Richienb/char-regex.git"
|
|
},
|
|
"resolutions": {
|
|
"eslint": "^6.8.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "xo",
|
|
"test": "yarn lint && ava"
|
|
},
|
|
"version": "1.0.2",
|
|
"xo": {
|
|
"extends": "richienb/node"
|
|
}
|
|
}
|