package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "js-yaml",
  3. "version": "3.14.1",
  4. "description": "YAML 1.2 parser and serializer",
  5. "keywords": [
  6. "yaml",
  7. "parser",
  8. "serializer",
  9. "pyyaml"
  10. ],
  11. "homepage": "https://github.com/nodeca/js-yaml",
  12. "author": "Vladimir Zapparov <dervus.grim@gmail.com>",
  13. "contributors": [
  14. "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
  15. "Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)",
  16. "Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)"
  17. ],
  18. "license": "MIT",
  19. "repository": "nodeca/js-yaml",
  20. "files": [
  21. "index.js",
  22. "lib/",
  23. "bin/",
  24. "dist/"
  25. ],
  26. "bin": {
  27. "js-yaml": "bin/js-yaml.js"
  28. },
  29. "unpkg": "dist/js-yaml.min.js",
  30. "jsdelivr": "dist/js-yaml.min.js",
  31. "dependencies": {
  32. "argparse": "^1.0.7",
  33. "esprima": "^4.0.0"
  34. },
  35. "devDependencies": {
  36. "ansi": "^0.3.1",
  37. "benchmark": "^2.1.4",
  38. "browserify": "^16.2.2",
  39. "codemirror": "^5.13.4",
  40. "eslint": "^7.0.0",
  41. "fast-check": "^1.24.2",
  42. "istanbul": "^0.4.5",
  43. "mocha": "^7.1.2",
  44. "uglify-js": "^3.0.1"
  45. },
  46. "scripts": {
  47. "test": "make test"
  48. },
  49. "__npminstall_done": true,
  50. "_from": "js-yaml@3.14.1",
  51. "_resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz"
  52. }