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.
40 lines
935 B
40 lines
935 B
{ |
|
"name": "cspell-trie-lib", |
|
"version": "4.2.8", |
|
"description": "Trie Data Structure to support cspell.", |
|
"main": "dist/index.js", |
|
"types": "dist/index.d.ts", |
|
"files": [ |
|
"dist/**", |
|
"!**/*.map", |
|
"!**/*.test.*" |
|
], |
|
"scripts": { |
|
"clean": "rimraf dist", |
|
"build": "tsc -p .", |
|
"clean-build": "npm run clean && npm run build", |
|
"coverage": "jest --coverage", |
|
"test": "jest" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/streetsidesoftware/cspell.git" |
|
}, |
|
"keywords": [ |
|
"trie", |
|
"cspell" |
|
], |
|
"author": "Jason Dent", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-trie" |
|
}, |
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme", |
|
"dependencies": { |
|
"gensequence": "^3.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"gitHead": "8b5e769dfd824f6b01931806196039aef92a2ae9" |
|
}
|
|
|