租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
2.9 KiB

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