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.
56 lines
1.5 KiB
56 lines
1.5 KiB
{
|
|
"_from": "typo-js@*",
|
|
"_id": "typo-js@1.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Oy/k+tFle5NAA3J/yrrYGfvEnPVrDZ8s8/WCwjUE75k331QyKIsFss7byQ/PzBmXLY6h1moRnZbnaxWBe3I3CA==",
|
|
"_location": "/typo-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "typo-js@*",
|
|
"name": "typo-js",
|
|
"escapedName": "typo-js",
|
|
"rawSpec": "*",
|
|
"saveSpec": null,
|
|
"fetchSpec": "*"
|
|
},
|
|
"_requiredBy": [
|
|
"/codemirror-spell-checker"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/typo-js/-/typo-js-1.2.4.tgz",
|
|
"_shasum": "0e009c289a966dd51dc80a75580289a381cc607f",
|
|
"_spec": "typo-js@*",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\codemirror-spell-checker",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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.4"
|
|
}
|
|
|