package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "typo-js@1.1.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_from": "typo-js@1.1.0",
  9. "_id": "typo-js@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-W3kLbx+ML9PBl5Bzso/lTvVxk4BCveSNAtQeht59FEtxCdGThmn6wSHA4Xq3eQYAK24NHdisMM4JmsK0GFy/pg==",
  12. "_location": "/typo-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "typo-js@1.1.0",
  18. "name": "typo-js",
  19. "escapedName": "typo-js",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/codemirror-spell-checker"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/typo-js/-/typo-js-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  30. "author": {
  31. "name": "Christopher Finke",
  32. "email": "cfinke@gmail.com",
  33. "url": "http://www.chrisfinke.com/"
  34. },
  35. "browser": {
  36. "fs": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/cfinke/Typo.js/issues"
  40. },
  41. "description": "A Hunspell-style spellchecker.",
  42. "homepage": "https://github.com/cfinke/Typo.js#readme",
  43. "keywords": [
  44. "spellcheck",
  45. "spellchecker",
  46. "hunspell",
  47. "typo",
  48. "speling"
  49. ],
  50. "license": "BSD-3-Clause",
  51. "main": "typo.js",
  52. "name": "typo-js",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/cfinke/Typo.js.git"
  56. },
  57. "tonicExample": "var Typo = require('typo-js'); var dictionary = new Typo('en_US'); dictionary.check('mispelled');",
  58. "version": "1.1.0"
  59. }