package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "js-yaml@^4.1.0",
  3. "_id": "js-yaml@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6. "_location": "/js-yaml",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "js-yaml@^4.1.0",
  12. "name": "js-yaml",
  13. "escapedName": "js-yaml",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cosmiconfig"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  22. "_shasum": "c1fb65f8f5017901cdd2c951864ba18458a10602",
  23. "_spec": "js-yaml@^4.1.0",
  24. "_where": "E:\\2023\\8\\MT_APP\\node_modules\\cosmiconfig",
  25. "author": {
  26. "name": "Vladimir Zapparov",
  27. "email": "dervus.grim@gmail.com"
  28. },
  29. "bin": {
  30. "js-yaml": "bin/js-yaml.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/nodeca/js-yaml/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Aleksey V Zapparov",
  39. "email": "ixti@member.fsf.org",
  40. "url": "http://www.ixti.net/"
  41. },
  42. {
  43. "name": "Vitaly Puzrin",
  44. "email": "vitaly@rcdesign.ru",
  45. "url": "https://github.com/puzrin"
  46. },
  47. {
  48. "name": "Martin Grenfell",
  49. "email": "martin.grenfell@gmail.com",
  50. "url": "http://got-ravings.blogspot.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "argparse": "^2.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "YAML 1.2 parser and serializer",
  58. "devDependencies": {
  59. "@rollup/plugin-commonjs": "^17.0.0",
  60. "@rollup/plugin-node-resolve": "^11.0.0",
  61. "ansi": "^0.3.1",
  62. "benchmark": "^2.1.4",
  63. "codemirror": "^5.13.4",
  64. "eslint": "^7.0.0",
  65. "fast-check": "^2.8.0",
  66. "gh-pages": "^3.1.0",
  67. "mocha": "^8.2.1",
  68. "nyc": "^15.1.0",
  69. "rollup": "^2.34.1",
  70. "rollup-plugin-node-polyfills": "^0.2.1",
  71. "rollup-plugin-terser": "^7.0.2",
  72. "shelljs": "^0.8.4"
  73. },
  74. "exports": {
  75. ".": {
  76. "import": "./dist/js-yaml.mjs",
  77. "require": "./index.js"
  78. },
  79. "./package.json": "./package.json"
  80. },
  81. "files": [
  82. "index.js",
  83. "lib/",
  84. "bin/",
  85. "dist/"
  86. ],
  87. "homepage": "https://github.com/nodeca/js-yaml#readme",
  88. "jsdelivr": "dist/js-yaml.min.js",
  89. "keywords": [
  90. "yaml",
  91. "parser",
  92. "serializer",
  93. "pyyaml"
  94. ],
  95. "license": "MIT",
  96. "module": "./dist/js-yaml.mjs",
  97. "name": "js-yaml",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/nodeca/js-yaml.git"
  101. },
  102. "scripts": {
  103. "browserify": "rollup -c support/rollup.config.js",
  104. "coverage": "npm run lint && nyc mocha && nyc report --reporter html",
  105. "demo": "npm run lint && node support/build_demo.js",
  106. "gh-demo": "npm run demo && gh-pages -d demo -f",
  107. "lint": "eslint .",
  108. "prepublishOnly": "npm run gh-demo",
  109. "test": "npm run lint && mocha"
  110. },
  111. "unpkg": "dist/js-yaml.min.js",
  112. "version": "4.1.0"
  113. }