Gazebo_simulation-Frontend/node_modules/sisteransi/package.json

66 lines
1.5 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"sisteransi@0.1.1",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "sisteransi@0.1.1",
"_id": "sisteransi@0.1.1",
"_inBundle": false,
"_integrity": "sha512-PmGOd02bM9YO5ifxpw36nrNMBTptEtfRl4qUYl9SndkolplkrZZOW7PGHjrZL53QvMVj9nQ+TKqUnRsw4tJa4g==",
"_location": "/sisteransi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sisteransi@0.1.1",
"name": "sisteransi",
"escapedName": "sisteransi",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/prompts"
],
"_resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-0.1.1.tgz",
"_spec": "0.1.1",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04: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": "^4.1.1",
"tape": "^4.9.0"
},
"files": [
"src"
],
"homepage": "https://github.com/terkelg/sisteransi",
"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": "0.1.1"
}