package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.13.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-yaml@3.13.1",
  10. "_id": "js-yaml@3.13.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-r/FRswv9+o5J4F2iLnQV6d+jeEc=",
  13. "_location": "/js-yaml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-yaml@3.13.1",
  19. "name": "js-yaml",
  20. "escapedName": "js-yaml",
  21. "rawSpec": "3.13.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.13.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/cosmiconfig",
  28. "/eslint",
  29. "/istanbul-api",
  30. "/postcss-load-config/cosmiconfig",
  31. "/svgo"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/js-yaml/download/js-yaml-3.13.1.tgz",
  34. "_spec": "3.13.1",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Vladimir Zapparov",
  38. "email": "dervus.grim@gmail.com"
  39. },
  40. "bin": {
  41. "js-yaml": "bin/js-yaml.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/nodeca/js-yaml/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Aleksey V Zapparov",
  49. "email": "ixti@member.fsf.org",
  50. "url": "http://www.ixti.net/"
  51. },
  52. {
  53. "name": "Vitaly Puzrin",
  54. "email": "vitaly@rcdesign.ru",
  55. "url": "https://github.com/puzrin"
  56. },
  57. {
  58. "name": "Martin Grenfell",
  59. "email": "martin.grenfell@gmail.com",
  60. "url": "http://got-ravings.blogspot.com"
  61. }
  62. ],
  63. "dependencies": {
  64. "argparse": "^1.0.7",
  65. "esprima": "^4.0.0"
  66. },
  67. "description": "YAML 1.2 parser and serializer",
  68. "devDependencies": {
  69. "ansi": "^0.3.1",
  70. "benchmark": "^2.1.4",
  71. "browserify": "^16.2.2",
  72. "codemirror": "^5.13.4",
  73. "eslint": "^4.1.1",
  74. "fast-check": "1.1.3",
  75. "istanbul": "^0.4.5",
  76. "mocha": "^5.2.0",
  77. "uglify-js": "^3.0.1"
  78. },
  79. "files": [
  80. "index.js",
  81. "lib/",
  82. "bin/",
  83. "dist/"
  84. ],
  85. "homepage": "https://github.com/nodeca/js-yaml",
  86. "keywords": [
  87. "yaml",
  88. "parser",
  89. "serializer",
  90. "pyyaml"
  91. ],
  92. "license": "MIT",
  93. "name": "js-yaml",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/nodeca/js-yaml.git"
  97. },
  98. "scripts": {
  99. "test": "make test"
  100. },
  101. "version": "3.13.1"
  102. }