setup-python/node_modules/sisteransi/package.json

67 lines
1.6 KiB
JSON
Raw Normal View History

2019-06-27 08:12:00 +07:00
{
"_args": [
[
"sisteransi@1.0.0",
"C:\\Users\\Administrator\\Documents\\setup-python"
]
],
"_development": true,
"_from": "sisteransi@1.0.0",
"_id": "sisteransi@1.0.0",
"_inBundle": false,
"_integrity": "sha512-N+z4pHB4AmUv0SjveWRd6q1Nj5w62m5jodv+GD8lvmbY/83T/rpbJGZOnK5T149OldDj4Db07BSv9xY4K6NTPQ==",
"_location": "/sisteransi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sisteransi@1.0.0",
"name": "sisteransi",
"escapedName": "sisteransi",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/prompts"
],
"_resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
"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"
},
"version": "1.0.0"
}