Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "diff-sequences@24.9.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "diff-sequences@24.9.0",
  10. "_id": "diff-sequences@24.9.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==",
  13. "_location": "/diff-sequences",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "diff-sequences@24.9.0",
  19. "name": "diff-sequences",
  20. "escapedName": "diff-sequences",
  21. "rawSpec": "24.9.0",
  22. "saveSpec": null,
  23. "fetchSpec": "24.9.0"
  24. },
  25. "_requiredBy": [
  26. "/@types/jest/jest-diff"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz",
  29. "_spec": "24.9.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "description": "Compare items in two sequences to find a longest common subsequence",
  35. "devDependencies": {
  36. "benchmark": "^2.1.4",
  37. "diff": "^4.0.1"
  38. },
  39. "engines": {
  40. "node": ">= 6"
  41. },
  42. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
  43. "homepage": "https://github.com/facebook/jest#readme",
  44. "keywords": [
  45. "fast",
  46. "linear",
  47. "space",
  48. "callback",
  49. "diff"
  50. ],
  51. "license": "MIT",
  52. "main": "build/index.js",
  53. "name": "diff-sequences",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/facebook/jest.git",
  60. "directory": "packages/diff-sequences"
  61. },
  62. "scripts": {
  63. "perf": "node --expose-gc perf/index.js"
  64. },
  65. "types": "build/index.d.ts",
  66. "version": "24.9.0"
  67. }