web 3d图形渲染器
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.

35 lines
764 B

  1. {
  2. "name": "diff-sequences",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/diff-sequences"
  8. },
  9. "license": "MIT",
  10. "description": "Compare items in two sequences to find a longest common subsequence",
  11. "keywords": [
  12. "fast",
  13. "linear",
  14. "space",
  15. "callback",
  16. "diff"
  17. ],
  18. "engines": {
  19. "node": ">= 10.14.2"
  20. },
  21. "main": "build/index.js",
  22. "types": "build/index.d.ts",
  23. "scripts": {
  24. "perf": "node --expose-gc perf/index.js"
  25. },
  26. "devDependencies": {
  27. "benchmark": "^2.1.4",
  28. "diff": "^4.0.1",
  29. "fast-check": "^2.0.0"
  30. },
  31. "publishConfig": {
  32. "access": "public"
  33. },
  34. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  35. }