github-pages-deploy-action/node_modules/sisteransi/package.json

68 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"sisteransi@1.0.5",
"."
]
],
"_development": true,
"_from": "sisteransi@1.0.5",
2020-03-31 20:42:07 +08:00
"_id": "sisteransi@1.0.5",
"_inBundle": false,
"_integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
"_location": "/sisteransi",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "sisteransi@1.0.5",
2020-03-31 20:42:07 +08:00
"name": "sisteransi",
"escapedName": "sisteransi",
2020-03-31 20:54:32 +08:00
"rawSpec": "1.0.5",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "1.0.5"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/prompts"
],
"_resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "1.0.5",
"_where": ".",
2020-03-31 20:42:07 +08:00
"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.13.2"
},
"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.5"
}