package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.14.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-yaml@3.14.0",
  10. "_id": "js-yaml@3.14.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
  13. "_location": "/js-yaml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-yaml@3.14.0",
  19. "name": "js-yaml",
  20. "escapedName": "js-yaml",
  21. "rawSpec": "3.14.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.14.0"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/cssnano/cosmiconfig",
  28. "/eslint",
  29. "/postcss-load-config/cosmiconfig",
  30. "/svgo"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
  33. "_spec": "3.14.0",
  34. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  35. "author": {
  36. "name": "Vladimir Zapparov",
  37. "email": "dervus.grim@gmail.com"
  38. },
  39. "bin": {
  40. "js-yaml": "bin/js-yaml.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/nodeca/js-yaml/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Aleksey V Zapparov",
  48. "email": "ixti@member.fsf.org",
  49. "url": "http://www.ixti.net/"
  50. },
  51. {
  52. "name": "Vitaly Puzrin",
  53. "email": "vitaly@rcdesign.ru",
  54. "url": "https://github.com/puzrin"
  55. },
  56. {
  57. "name": "Martin Grenfell",
  58. "email": "martin.grenfell@gmail.com",
  59. "url": "http://got-ravings.blogspot.com"
  60. }
  61. ],
  62. "dependencies": {
  63. "argparse": "^1.0.7",
  64. "esprima": "^4.0.0"
  65. },
  66. "description": "YAML 1.2 parser and serializer",
  67. "devDependencies": {
  68. "ansi": "^0.3.1",
  69. "benchmark": "^2.1.4",
  70. "browserify": "^16.2.2",
  71. "codemirror": "^5.13.4",
  72. "eslint": "^7.0.0",
  73. "fast-check": "^1.24.2",
  74. "istanbul": "^0.4.5",
  75. "mocha": "^7.1.2",
  76. "uglify-js": "^3.0.1"
  77. },
  78. "files": [
  79. "index.js",
  80. "lib/",
  81. "bin/",
  82. "dist/"
  83. ],
  84. "homepage": "https://github.com/nodeca/js-yaml",
  85. "jsdelivr": "dist/js-yaml.min.js",
  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. "unpkg": "dist/js-yaml.min.js",
  102. "version": "3.14.0"
  103. }