setup-php/node_modules/sisteransi/package.json
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

68 lines
1.5 KiB
JSON

{
"_args": [
[
"sisteransi@1.0.3",
"E:\\python\\setup-php"
]
],
"_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": "E:\\python\\setup-php",
"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"
}