package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "lunr@^2.3.8",
  3. "_id": "lunr@2.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oxMeX/Y35PNFuZoHp+jUj5OSEmLCaIH4KTFJh7a93cHBoFmpw2IoPs22VIz7vyO2YUnx2Tn9dzIwO2P/4quIRg==",
  6. "_location": "/lunr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lunr@^2.3.8",
  12. "name": "lunr",
  13. "escapedName": "lunr",
  14. "rawSpec": "^2.3.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.8"
  17. },
  18. "_requiredBy": [
  19. "/typedoc",
  20. "/typedoc-default-themes"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/lunr/-/lunr-2.3.8.tgz",
  23. "_shasum": "a8b89c31f30b5a044b97d2d28e2da191b6ba2072",
  24. "_spec": "lunr@^2.3.8",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-big\\node_modules\\typedoc",
  26. "author": {
  27. "name": "Oliver Nightingale"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/olivernn/lunr.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Simple full-text search in your browser.",
  35. "devDependencies": {
  36. "benchmark": "2.1.x",
  37. "chai": "3.5.x",
  38. "eslint": "3.4.x",
  39. "eslint-plugin-spellcheck": "0.0.8",
  40. "jsdoc": "3.5.x",
  41. "mocha": "3.3.x",
  42. "mustache": "2.2.x",
  43. "node-static": "0.7.x",
  44. "uglify-js": "2.6.x",
  45. "word-list": "1.0.x"
  46. },
  47. "homepage": "https://lunrjs.com",
  48. "keywords": [
  49. "search"
  50. ],
  51. "license": "MIT",
  52. "main": "lunr.js",
  53. "name": "lunr",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/olivernn/lunr.js.git"
  57. },
  58. "scripts": {
  59. "test": "make test"
  60. },
  61. "version": "2.3.8"
  62. }