package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "@antv/my-f2",
  3. "_id": "@antv/my-f2@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TDyne3P8qFBx3Kj4Ej1TWWkQRGQ=",
  6. "_location": "/@antv/my-f2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@antv/my-f2",
  12. "name": "@antv/my-f2",
  13. "escapedName": "@antv%2fmy-f2",
  14. "scope": "@antv",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npm.taobao.org/@antv/my-f2/download/@antv/my-f2-2.1.1.tgz",
  24. "_shasum": "4c3ca77b73fca85071dca8f8123d535969104464",
  25. "_spec": "@antv/my-f2",
  26. "_where": "D:\\钉钉",
  27. "author": {
  28. "name": "https://github.com/orgs/antvis/people"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/antvis/my-f2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@antv/f2": "~3.6.0",
  36. "@antv/f2-context": "~0.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "F2 for alipay mini-program",
  40. "devDependencies": {
  41. "@rollup/plugin-commonjs": "^11.0.1",
  42. "@rollup/plugin-node-resolve": "^6.1.0",
  43. "babel-eslint": "^10.0.3",
  44. "eslint": "^6.8.0",
  45. "eslint-config-egg": "^8.0.0",
  46. "fs-extra": "^8.1.0",
  47. "pre-commit": "^1.2.2",
  48. "rollup": "^1.28.0"
  49. },
  50. "files": [
  51. "es"
  52. ],
  53. "homepage": "https://github.com/antvis/my-f2#readme",
  54. "keywords": [
  55. "antv",
  56. "f2",
  57. "my-f2",
  58. "myF2",
  59. "alipay mini-program"
  60. ],
  61. "license": "MIT",
  62. "main": "es/index.js",
  63. "module": "es/index.js",
  64. "name": "@antv/my-f2",
  65. "pre-commit": {
  66. "run": [
  67. "lint",
  68. "build",
  69. "test"
  70. ],
  71. "silent": false
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+ssh://git@github.com/antvis/my-f2.git"
  76. },
  77. "scripts": {
  78. "build": "npm run clean && rollup -c && npm run cp",
  79. "ci": "npm run lint",
  80. "clean": "rm -rf es",
  81. "cp": "node ./scripts/cp.js",
  82. "lint": "eslint ./src --ext .js"
  83. },
  84. "version": "2.1.1"
  85. }