mirror of
https://github.com/actions/labeler.git
synced 2025-12-30 14:57:18 +08:00
Bump actions/github to 2.2.0 to support GHES (#72)
* Bumping actions/github to 2.2.0 * Husky commit correct node modules
This commit is contained in:
67
node_modules/sisteransi/package.json
generated
vendored
Executable file
67
node_modules/sisteransi/package.json
generated
vendored
Executable file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"sisteransi@1.0.2",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "sisteransi@1.0.2",
|
||||
"_id": "sisteransi@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ZcYcZcT69nSLAR2oLN2JwNmLkJEKGooFMCdvOkFrToUt/WfcRWqhIg4P4KwY4dmLbuyXIx4o4YmPsvMRJYJd/w==",
|
||||
"_location": "/sisteransi",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sisteransi@1.0.2",
|
||||
"name": "sisteransi",
|
||||
"escapedName": "sisteransi",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/prompts"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"author": {
|
||||
"name": "Terkel Gjervig",
|
||||
"email": "terkel@terkel.com",
|
||||
"url": "https://terkel.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/terkelg/sisteransi/issues"
|
||||
},
|
||||
"description": "ANSI escape codes for some terminal swag",
|
||||
"devDependencies": {
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.9.0"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"homepage": "https://github.com/terkelg/sisteransi#readme",
|
||||
"keywords": [
|
||||
"ansi",
|
||||
"escape codes",
|
||||
"escape",
|
||||
"terminal",
|
||||
"style"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "sisteransi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/terkelg/sisteransi.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
},
|
||||
"types": "./src/sisteransi.d.ts",
|
||||
"version": "1.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user