package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.7.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-yaml@3.7.0",
  10. "_id": "js-yaml@3.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eIlkGty7HGmntbV6P/ZlAsoncFLGsNoM27lkTzS+oneY/EiNhj+geqD9ezg/ip+SW6Var0BJU2JtV0vEUZpWVQ==",
  13. "_location": "/js-yaml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-yaml@3.7.0",
  19. "name": "js-yaml",
  20. "escapedName": "js-yaml",
  21. "rawSpec": "3.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.0"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-api",
  27. "/postcss-load-options/cosmiconfig",
  28. "/postcss-load-plugins/cosmiconfig",
  29. "/svgo",
  30. "/vue-loader/cosmiconfig"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
  33. "_spec": "3.7.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  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": "^2.6.0"
  65. },
  66. "description": "YAML 1.2 parser and serializer",
  67. "devDependencies": {
  68. "ansi": "*",
  69. "benchmark": "*",
  70. "browserify": "^13.0.0",
  71. "codemirror": "^5.13.4",
  72. "eslint": "^2.8.0",
  73. "istanbul": "*",
  74. "mocha": "*",
  75. "uglify-js": "^2.6.1"
  76. },
  77. "files": [
  78. "index.js",
  79. "lib/",
  80. "bin/",
  81. "dist/"
  82. ],
  83. "homepage": "https://github.com/nodeca/js-yaml",
  84. "keywords": [
  85. "yaml",
  86. "parser",
  87. "serializer",
  88. "pyyaml"
  89. ],
  90. "license": "MIT",
  91. "name": "js-yaml",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/nodeca/js-yaml.git"
  95. },
  96. "scripts": {
  97. "test": "make test"
  98. },
  99. "version": "3.7.0"
  100. }