package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@antv/f2-context@~0.0.0",
  3. "_id": "@antv/f2-context@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5CKH+83CzjmF1tMLn1LKjbrOojQ=",
  6. "_location": "/@antv/f2-context",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@antv/f2-context@~0.0.0",
  12. "name": "@antv/f2-context",
  13. "escapedName": "@antv%2ff2-context",
  14. "scope": "@antv",
  15. "rawSpec": "~0.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "~0.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@antv/my-f2"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/@antv/f2-context/download/@antv/f2-context-0.0.1.tgz",
  23. "_shasum": "e42287fbcdc2ce3985d6d30b9f52ca8dbacea234",
  24. "_spec": "@antv/f2-context@~0.0.0",
  25. "_where": "D:\\钉钉\\node_modules\\@antv\\my-f2",
  26. "author": {
  27. "name": "https://github.com/orgs/antvis/people"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/antvis/f2-context/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "F2针对多端的context适配",
  36. "devDependencies": {
  37. "typescript": "^3.7.4"
  38. },
  39. "files": [
  40. "package.json",
  41. "esm",
  42. "lib",
  43. "src",
  44. "LICENSE",
  45. "README.md"
  46. ],
  47. "homepage": "https://github.com/antvis/f2-contex",
  48. "keywords": [],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "module": "esm/index.js",
  52. "name": "@antv/f2-context",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/antvis/f2-context.git"
  59. },
  60. "scripts": {
  61. "build": "npm run clean && npm run build:esm && npm run build:cjs",
  62. "build:cjs": "tsc -d -p tsconfig.json --target ES5 --module CommonJS --outDir lib",
  63. "build:esm": "tsc -d -p tsconfig.json --target ES5 --module ESNext --outDir esm",
  64. "clean": "rm -rf esm lib"
  65. },
  66. "types": "esm/index.d.ts",
  67. "version": "0.0.1"
  68. }