package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@amap/amap-jsapi-loader",
  3. "_id": "@amap/amap-jsapi-loader@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw==",
  6. "_location": "/@amap/amap-jsapi-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@amap/amap-jsapi-loader",
  12. "name": "@amap/amap-jsapi-loader",
  13. "escapedName": "@amap%2famap-jsapi-loader",
  14. "scope": "@amap",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz",
  24. "_shasum": "9ec4b4d5d2467eac451f6c852e35db69e9f9f0c0",
  25. "_spec": "@amap/amap-jsapi-loader",
  26. "_where": "D:\\Desktop\\yelaixiangApp\\yelaixiang-h5",
  27. "author": {
  28. "name": "mengmeng.du@alibaba-inc.com"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "高德官网提供的地图JSAPI加载器,可以避免多种异步加载API的错误用法",
  33. "devDependencies": {
  34. "@ampproject/rollup-plugin-closure-compiler": "^0.23.0",
  35. "@babel/core": "^7.8.7",
  36. "@babel/preset-env": "^7.8.7",
  37. "rollup": "^1.32.0",
  38. "rollup-plugin-babel": "^4.3.3",
  39. "rollup-plugin-server": "^0.7.0",
  40. "rollup-plugin-typescript2": "^0.27.1",
  41. "typescript": "^3.9.7"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "keywords": [
  47. "amap",
  48. "jsapi",
  49. "sdk",
  50. "loader",
  51. "地图",
  52. "高德"
  53. ],
  54. "license": "MIT",
  55. "main": "dist/index.js",
  56. "name": "@amap/amap-jsapi-loader",
  57. "repository": {
  58. "type": "git",
  59. "url": "git@gitlab.alibaba-inc.com:amap-web/amap-jsapi-loader.git"
  60. },
  61. "scripts": {
  62. "build": "rollup -c rollup.config.js"
  63. },
  64. "types": "index.d.ts",
  65. "version": "1.0.1"
  66. }