package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.14.0",
  5. "E:\\item\\newItem\\admin"
  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. "/cosmiconfig",
  28. "/eslint",
  29. "/istanbul-api",
  30. "/lint-staged/cosmiconfig",
  31. "/svgo"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
  34. "_spec": "3.14.0",
  35. "_where": "E:\\item\\newItem\\admin",
  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": "^7.0.0",
  74. "fast-check": "^1.24.2",
  75. "istanbul": "^0.4.5",
  76. "mocha": "^7.1.2",
  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. "jsdelivr": "dist/js-yaml.min.js",
  87. "keywords": [
  88. "yaml",
  89. "parser",
  90. "serializer",
  91. "pyyaml"
  92. ],
  93. "license": "MIT",
  94. "name": "js-yaml",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/nodeca/js-yaml.git"
  98. },
  99. "scripts": {
  100. "test": "make test"
  101. },
  102. "unpkg": "dist/js-yaml.min.js",
  103. "version": "3.14.0"
  104. }