package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "levenary@^1.1.1",
  3. "_id": "levenary@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==",
  6. "_location": "/levenary",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "levenary@^1.1.1",
  12. "name": "levenary",
  13. "escapedName": "levenary",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/helper-compilation-targets",
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz",
  23. "_shasum": "842a9ee98d2075aa7faeedbe32679e9205f46f77",
  24. "_spec": "levenary@^1.1.1",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "Tan Li Hau",
  28. "email": "lhtan93@gmail.com"
  29. },
  30. "browserslist": "> 0.25%, not dead",
  31. "bugs": {
  32. "url": "https://github.com/tanhauhau/levenary/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "leven": "^3.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "[![npm-version](https://img.shields.io/npm/v/levenary.svg)](https://www.npmjs.com/package/levenary) [![github-actions](https://github.com/tanhauhau/levenary/workflows/CI/badge.svg)](https://github.com/tanhauhau/levenary/actions)",
  40. "devDependencies": {
  41. "@babel/cli": "^7.7.5",
  42. "@babel/core": "^7.7.5",
  43. "@babel/plugin-transform-for-of": "^7.7.4",
  44. "@babel/preset-env": "^7.7.6",
  45. "babel-jest": "^24.9.0",
  46. "bench": "^0.3.6",
  47. "didyoumean": "^1.2.1",
  48. "didyoumean2": "^3.1.2",
  49. "jest": "^24.9.0",
  50. "matcha": "^0.7.0"
  51. },
  52. "engines": {
  53. "node": ">= 6"
  54. },
  55. "files": [
  56. "index.mjs",
  57. "index.js",
  58. "index.d.ts",
  59. "index.flow.js"
  60. ],
  61. "homepage": "https://github.com/tanhauhau/levenary#readme",
  62. "keywords": [
  63. "leven",
  64. "levenshtein",
  65. "distance",
  66. "array",
  67. "string",
  68. "algorithm",
  69. "algo",
  70. "string",
  71. "difference",
  72. "diff",
  73. "fast",
  74. "fuzzy",
  75. "similar",
  76. "similarity",
  77. "compare",
  78. "comparison",
  79. "edit",
  80. "text",
  81. "match",
  82. "matching"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "module": "index.mjs",
  87. "name": "levenary",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/tanhauhau/levenary.git"
  91. },
  92. "scripts": {
  93. "bench": "matcha bench.js",
  94. "build": "babel index.mjs --out-file index.js",
  95. "test": "jest"
  96. },
  97. "version": "1.1.1"
  98. }