{ "_args": [ [ "typo-js@1.2.1", "D:\\qianger\\7\\jindouyunNewFront" ] ], "_from": "typo-js@1.2.1", "_id": "typo-js@1.2.1", "_inBundle": false, "_integrity": "sha512-bTGLjbD3WqZDR3CgEFkyi9Q/SS2oM29ipXrWfDb4M74ea69QwKAECVceYpaBu0GfdnASMg9Qfl67ttB23nePHg==", "_location": "/typo-js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "typo-js@1.2.1", "name": "typo-js", "escapedName": "typo-js", "rawSpec": "1.2.1", "saveSpec": null, "fetchSpec": "1.2.1" }, "_requiredBy": [ "/codemirror-spell-checker" ], "_resolved": "https://registry.npmjs.org/typo-js/-/typo-js-1.2.1.tgz", "_spec": "1.2.1", "_where": "D:\\qianger\\7\\jindouyunNewFront", "author": { "name": "Christopher Finke", "email": "cfinke@gmail.com", "url": "http://www.chrisfinke.com/" }, "browser": { "fs": false }, "bugs": { "url": "https://github.com/cfinke/Typo.js/issues" }, "description": "A Hunspell-style spellchecker.", "homepage": "https://github.com/cfinke/Typo.js#readme", "keywords": [ "spellcheck", "spellchecker", "hunspell", "typo", "speling" ], "license": "BSD-3-Clause", "main": "typo.js", "name": "typo-js", "repository": { "type": "git", "url": "git://github.com/cfinke/Typo.js.git" }, "tonicExample": "var Typo = require('typo-js'); var dictionary = new Typo('en_US'); dictionary.check('mispelled');", "version": "1.2.1" }