1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "typo-js@1.1.0",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_from": "typo-js@1.1.0",
- "_id": "typo-js@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-W3kLbx+ML9PBl5Bzso/lTvVxk4BCveSNAtQeht59FEtxCdGThmn6wSHA4Xq3eQYAK24NHdisMM4JmsK0GFy/pg==",
- "_location": "/typo-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "typo-js@1.1.0",
- "name": "typo-js",
- "escapedName": "typo-js",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/codemirror-spell-checker"
- ],
- "_resolved": "https://registry.npmjs.org/typo-js/-/typo-js-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "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.1.0"
- }
|