wishthis/node_modules/ansi-wrap/package.json

34 lines
778 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "ansi-wrap",
"description": "Create ansi colors by passing the open and close codes.",
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/ansi-wrap",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "https://github.com/jonschlinkert/ansi-wrap.git"
},
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "https://github.com/jonschlinkert/ansi-wrap/issues"
},
2022-02-23 16:41:13 +00:00
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/ansi-wrap/blob/master/LICENSE"
},
2022-04-08 10:55:35 +00:00
"files": [
"index.js"
],
2022-01-21 08:28:41 +00:00
"main": "index.js",
2022-04-08 10:55:35 +00:00
"engines": {
"node": ">=0.10.0"
2022-01-21 08:28:41 +00:00
},
"scripts": {
"test": "mocha"
},
2022-04-08 10:55:35 +00:00
"dependencies": {},
"devDependencies": {},
"keywords": []
}