package.json 2.4 KB

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