package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "leven@2.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "leven@2.1.0",
  10. "_id": "leven@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=",
  13. "_location": "/leven",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "leven@2.1.0",
  19. "name": "leven",
  20. "escapedName": "leven",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-config/jest-validate",
  27. "/jest-runtime/jest-validate",
  28. "/jest-validate",
  29. "/jest/jest-validate"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz",
  32. "_spec": "2.1.0",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/leven/issues"
  41. },
  42. "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm",
  43. "devDependencies": {
  44. "ava": "^0.17.0",
  45. "fast-levenshtein": "^2.0.5",
  46. "ld": "^0.1.0",
  47. "levdist": "^2.0.0",
  48. "levenshtein": "^1.0.4",
  49. "levenshtein-component": "0.0.1",
  50. "levenshtein-edit-distance": "^2.0.0",
  51. "matcha": "^0.7.0",
  52. "natural": "^0.4.0",
  53. "talisman": "^0.18.0",
  54. "xo": "^0.16.0"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/leven#readme",
  63. "keywords": [
  64. "leven",
  65. "levenshtein",
  66. "distance",
  67. "algorithm",
  68. "algo",
  69. "string",
  70. "difference",
  71. "diff",
  72. "fast",
  73. "fuzzy",
  74. "similar",
  75. "similarity",
  76. "compare",
  77. "comparison",
  78. "edit",
  79. "text",
  80. "match",
  81. "matching"
  82. ],
  83. "license": "MIT",
  84. "name": "leven",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/leven.git"
  88. },
  89. "scripts": {
  90. "bench": "matcha bench.js",
  91. "test": "xo && ava"
  92. },
  93. "version": "2.1.0"
  94. }