package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "figures@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figures@2.0.0",
  10. "_id": "figures@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
  13. "_location": "/figures",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "figures@2.0.0",
  19. "name": "figures",
  20. "escapedName": "figures",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint/inquirer",
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/figures/download/figures-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/figures/issues"
  39. },
  40. "dependencies": {
  41. "escape-string-regexp": "^1.0.5"
  42. },
  43. "description": "Unicode symbols with Windows CMD fallbacks",
  44. "devDependencies": {
  45. "ava": "*",
  46. "markdown-table": "^1.0.0",
  47. "require-uncached": "^1.0.2",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/figures#readme",
  57. "keywords": [
  58. "unicode",
  59. "cli",
  60. "cmd",
  61. "command-line",
  62. "characters",
  63. "char",
  64. "symbol",
  65. "symbols",
  66. "figure",
  67. "figures",
  68. "fallback"
  69. ],
  70. "license": "MIT",
  71. "name": "figures",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/figures.git"
  75. },
  76. "scripts": {
  77. "make": "./makefile.js",
  78. "test": "xo && ava"
  79. },
  80. "version": "2.0.0",
  81. "xo": {
  82. "esnext": true
  83. }
  84. }