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

81 lines
2.3 KiB

3 months ago
  1. {
  2. "_from": "@ungap/structured-clone@^1.2.0",
  3. "_id": "@ungap/structured-clone@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  6. "_location": "/@ungap/structured-clone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@ungap/structured-clone@^1.2.0",
  12. "name": "@ungap/structured-clone",
  13. "escapedName": "@ungap%2fstructured-clone",
  14. "scope": "@ungap",
  15. "rawSpec": "^1.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.0"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  23. "_shasum": "756641adb587851b5ccb3e095daf27ae581c8406",
  24. "_spec": "@ungap/structured-clone@^1.2.0",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  26. "author": {
  27. "name": "Andrea Giammarchi"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ungap/structured-clone/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A structuredClone polyfill",
  35. "devDependencies": {
  36. "@rollup/plugin-node-resolve": "^15.0.2",
  37. "@rollup/plugin-terser": "^0.4.1",
  38. "ascjs": "^5.0.1",
  39. "c8": "^7.13.0",
  40. "coveralls": "^3.1.1",
  41. "rollup": "^3.21.4"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "exports": {
  47. ".": {
  48. "import": "./esm/index.js",
  49. "default": "./cjs/index.js"
  50. },
  51. "./json": {
  52. "import": "./esm/json.js",
  53. "default": "./cjs/json.js"
  54. },
  55. "./package.json": "./package.json"
  56. },
  57. "homepage": "https://github.com/ungap/structured-clone#readme",
  58. "keywords": [
  59. "recursion",
  60. "structured",
  61. "clone",
  62. "algorithm"
  63. ],
  64. "license": "ISC",
  65. "main": "./cjs/index.js",
  66. "module": "./esm/index.js",
  67. "name": "@ungap/structured-clone",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ungap/structured-clone.git"
  71. },
  72. "scripts": {
  73. "build": "npm run cjs && npm run rollup:json && npm run test",
  74. "cjs": "ascjs esm cjs",
  75. "coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info",
  76. "rollup:json": "rollup --config rollup/json.config.js",
  77. "test": "c8 node test/index.js"
  78. },
  79. "type": "module",
  80. "version": "1.2.0"
  81. }