package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.14.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-yaml@3.14.1",
  10. "_id": "js-yaml@3.14.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=",
  13. "_location": "/js-yaml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-yaml@3.14.1",
  19. "name": "js-yaml",
  20. "escapedName": "js-yaml",
  21. "rawSpec": "3.14.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.14.1"
  24. },
  25. "_requiredBy": [
  26. "/cosmiconfig",
  27. "/eslint",
  28. "/svgo"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/js-yaml/download/js-yaml-3.14.1.tgz?cache=0&sync_timestamp=1618435151523&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-yaml%2Fdownload%2Fjs-yaml-3.14.1.tgz",
  31. "_spec": "3.14.1",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Vladimir Zapparov",
  35. "email": "dervus.grim@gmail.com"
  36. },
  37. "bin": {
  38. "js-yaml": "bin/js-yaml.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/nodeca/js-yaml/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Aleksey V Zapparov",
  46. "email": "ixti@member.fsf.org",
  47. "url": "http://www.ixti.net/"
  48. },
  49. {
  50. "name": "Vitaly Puzrin",
  51. "email": "vitaly@rcdesign.ru",
  52. "url": "https://github.com/puzrin"
  53. },
  54. {
  55. "name": "Martin Grenfell",
  56. "email": "martin.grenfell@gmail.com",
  57. "url": "http://got-ravings.blogspot.com"
  58. }
  59. ],
  60. "dependencies": {
  61. "argparse": "^1.0.7",
  62. "esprima": "^4.0.0"
  63. },
  64. "description": "YAML 1.2 parser and serializer",
  65. "devDependencies": {
  66. "ansi": "^0.3.1",
  67. "benchmark": "^2.1.4",
  68. "browserify": "^16.2.2",
  69. "codemirror": "^5.13.4",
  70. "eslint": "^7.0.0",
  71. "fast-check": "^1.24.2",
  72. "istanbul": "^0.4.5",
  73. "mocha": "^7.1.2",
  74. "uglify-js": "^3.0.1"
  75. },
  76. "files": [
  77. "index.js",
  78. "lib/",
  79. "bin/",
  80. "dist/"
  81. ],
  82. "homepage": "https://github.com/nodeca/js-yaml",
  83. "jsdelivr": "dist/js-yaml.min.js",
  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. "unpkg": "dist/js-yaml.min.js",
  100. "version": "3.14.1"
  101. }