package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "fuzzysearch@^1.0.3",
  3. "_id": "fuzzysearch@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3/yA9tawQiPyImqnndGUIxCW0Ag=",
  6. "_location": "/fuzzysearch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fuzzysearch@^1.0.3",
  12. "name": "fuzzysearch",
  13. "escapedName": "fuzzysearch",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@riophae/vue-treeselect"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fuzzysearch/-/fuzzysearch-1.0.3.tgz",
  22. "_shasum": "dffc80f6d6b04223f2226aa79dd194231096d008",
  23. "_spec": "fuzzysearch@^1.0.3",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@riophae\\vue-treeselect",
  25. "author": {
  26. "name": "Nicolas Bevacqua",
  27. "email": "ng@bevacqua.io",
  28. "url": "http://bevacqua.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bevacqua/fuzzysearch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Tiny and blazing-fast fuzzy search in JavaScript",
  36. "devDependencies": {
  37. "jshint": "^2.6.0",
  38. "tape": "^3.5.0"
  39. },
  40. "homepage": "https://github.com/bevacqua/fuzzysearch",
  41. "license": "MIT",
  42. "name": "fuzzysearch",
  43. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/bevacqua/fuzzysearch.git"
  46. },
  47. "scripts": {
  48. "test": "jshint . && tape test/*.js"
  49. },
  50. "version": "1.0.3"
  51. }