PJ Quirk 0649bd8119
Add support to v1 to connect to GHES (#69)
* Bumping actions/github to 2.2.0 for GHES

* Husky commit correct node modules
2020-05-15 15:25:57 -04:00

68 lines
1.6 KiB
JSON
Executable File

{
"_args": [
[
"sisteransi@1.0.3",
"/Users/pjquirk/Source/GitHub/actions/stale"
]
],
"_development": true,
"_from": "sisteransi@1.0.3",
"_id": "sisteransi@1.0.3",
"_inBundle": false,
"_integrity": "sha512-SbEG75TzH8G7eVXFSN5f9EExILKfly7SUvVY5DhhYLvfhKqhDFY0OzevWa/zwak0RLRfWS5AvfMWpd9gJvr5Yg==",
"_location": "/sisteransi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sisteransi@1.0.3",
"name": "sisteransi",
"escapedName": "sisteransi",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/prompts"
],
"_resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/Users/pjquirk/Source/GitHub/actions/stale",
"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.11.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.3"
}