package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "sisteransi@0.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sisteransi@0.1.1",
  10. "_id": "sisteransi@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VDFEfV99FnWqxmfM0LhlpJlMs84=",
  13. "_location": "/sisteransi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sisteransi@0.1.1",
  19. "name": "sisteransi",
  20. "escapedName": "sisteransi",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/prompts"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/sisteransi/download/sisteransi-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Terkel Gjervig",
  33. "email": "terkel@terkel.com",
  34. "url": "https://terkel.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/terkelg/sisteransi/issues"
  38. },
  39. "description": "ANSI escape codes for some terminal swag",
  40. "devDependencies": {
  41. "tap-spec": "^4.1.1",
  42. "tape": "^4.9.0"
  43. },
  44. "files": [
  45. "src"
  46. ],
  47. "homepage": "https://github.com/terkelg/sisteransi",
  48. "keywords": [
  49. "ansi",
  50. "escape codes",
  51. "escape",
  52. "terminal",
  53. "style"
  54. ],
  55. "license": "MIT",
  56. "main": "src/index.js",
  57. "name": "sisteransi",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/terkelg/sisteransi.git"
  61. },
  62. "scripts": {
  63. "test": "tape test/*.js | tap-spec"
  64. },
  65. "version": "0.1.1"
  66. }