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

82 lines
1.7 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"figures@3.2.0",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "figures@3.2.0",
"_id": "figures@3.2.0",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
2020-03-22 05:13:25 +08:00
"_location": "/figures",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "figures@3.2.0",
2020-03-22 05:13:25 +08:00
"name": "figures",
"escapedName": "figures",
2020-03-31 20:40:00 +08:00
"rawSpec": "3.2.0",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "3.2.0"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"/inquirer"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
"_spec": "3.2.0",
"_where": ".",
2020-03-07 11:45:40 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2020-03-31 20:40:00 +08:00
"url": "https://sindresorhus.com"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"bugs": {
"url": "https://github.com/sindresorhus/figures/issues"
},
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"description": "Unicode symbols with Windows CMD fallbacks",
"devDependencies": {
2020-03-31 20:40:00 +08:00
"ava": "^1.4.1",
"markdown-table": "^1.1.2",
"tsd": "^0.7.2",
"xo": "^0.24.0"
2020-03-22 05:13:25 +08:00
},
2020-03-07 11:45:40 +08:00
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=8"
2020-03-07 11:45:40 +08:00
},
"files": [
2020-03-31 20:40:00 +08:00
"index.js",
"index.d.ts"
2020-03-07 11:45:40 +08:00
],
2020-03-31 20:40:00 +08:00
"funding": "https://github.com/sponsors/sindresorhus",
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/sindresorhus/figures#readme",
2020-03-07 11:45:40 +08:00
"keywords": [
"unicode",
"cli",
"cmd",
"command-line",
"characters",
"symbol",
"symbols",
"figure",
"figures",
"fallback"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
"name": "figures",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/figures.git"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"scripts": {
"make": "./makefile.js",
2020-03-31 20:40:00 +08:00
"test": "xo && ava && tsd"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:40:00 +08:00
"version": "3.2.0"
2020-03-07 11:45:40 +08:00
}