租房小程序前端代码
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.

78 lines
1.9 KiB

3 months ago
  1. {
  2. "_from": "acorn@^8.9.0",
  3. "_id": "acorn@8.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
  6. "_location": "/acorn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn@^8.9.0",
  12. "name": "acorn",
  13. "escapedName": "acorn",
  14. "rawSpec": "^8.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.9.0"
  17. },
  18. "_requiredBy": [
  19. "/espree"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz",
  22. "_shasum": "063e2c70cac5fb4f6467f0b11152e04c682795b0",
  23. "_spec": "acorn@^8.9.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\espree",
  25. "bin": {
  26. "acorn": "bin/acorn"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/acornjs/acorn/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "ECMAScript parser",
  34. "engines": {
  35. "node": ">=0.4.0"
  36. },
  37. "exports": {
  38. ".": [
  39. {
  40. "import": "./dist/acorn.mjs",
  41. "require": "./dist/acorn.js",
  42. "default": "./dist/acorn.js"
  43. },
  44. "./dist/acorn.js"
  45. ],
  46. "./package.json": "./package.json"
  47. },
  48. "homepage": "https://github.com/acornjs/acorn",
  49. "license": "MIT",
  50. "main": "dist/acorn.js",
  51. "maintainers": [
  52. {
  53. "name": "Marijn Haverbeke",
  54. "email": "marijnh@gmail.com",
  55. "url": "https://marijnhaverbeke.nl"
  56. },
  57. {
  58. "name": "Ingvar Stepanyan",
  59. "email": "me@rreverser.com",
  60. "url": "https://rreverser.com/"
  61. },
  62. {
  63. "name": "Adrian Heine",
  64. "url": "http://adrianheine.de"
  65. }
  66. ],
  67. "module": "dist/acorn.mjs",
  68. "name": "acorn",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/acornjs/acorn.git"
  72. },
  73. "scripts": {
  74. "prepare": "cd ..; npm run build:main"
  75. },
  76. "types": "dist/acorn.d.ts",
  77. "version": "8.14.0"
  78. }