package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "area-data@1.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "area-data@1.0.0",
  9. "_id": "area-data@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tTdvX5nJRoj+LEu3K0ldoP5rIjuChJmA/KcfX7HVT5GovvhvAvWYSKrIBr5W6CUAKf844Q+ooThH/vtSGfy0nQ==",
  12. "_location": "/area-data",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "area-data@1.0.0",
  18. "name": "area-data",
  19. "escapedName": "area-data",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/iview-area"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/area-data/-/area-data-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "pomysky@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/dwqs/area-data/issues"
  35. },
  36. "description": "中国省、市、区、街道数据",
  37. "devDependencies": {
  38. "china-area-data": "^3.0.0",
  39. "lodash": "^4.17.4"
  40. },
  41. "files": [
  42. "data.js"
  43. ],
  44. "homepage": "https://github.com/dwqs/area-data#readme",
  45. "keywords": [
  46. "china",
  47. "area",
  48. "行政区域代码",
  49. "china area",
  50. "picker",
  51. "area picker",
  52. "中国省份"
  53. ],
  54. "license": "MIT",
  55. "main": "./data.js",
  56. "name": "area-data",
  57. "private": false,
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/dwqs/area-data.git"
  61. },
  62. "version": "1.0.0"
  63. }