You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"typo-js@1.0.3",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_from": "typo-js@1.0.3",
|
|
"_id": "typo-js@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VNjrx5SfGngQkItgAsaEFSbJnVo=",
|
|
"_location": "/typo-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "typo-js@1.0.3",
|
|
"name": "typo-js",
|
|
"escapedName": "typo-js",
|
|
"rawSpec": "1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/codemirror-spell-checker"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/typo-js/-/typo-js-1.0.3.tgz",
|
|
"_spec": "1.0.3",
|
|
"_where": "D:\\project\\cashier",
|
|
"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.0.3"
|
|
}
|
|
|