flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
29
VISUALIZACION/node_modules/unicode-trie/package.json
generated
vendored
Executable file
29
VISUALIZACION/node_modules/unicode-trie/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "unicode-trie",
|
||||
"version": "0.3.1",
|
||||
"description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.20.1",
|
||||
"coffee-script": "^1.7.1",
|
||||
"coffee-coverage": "^0.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "make build",
|
||||
"postpublish": "make clean",
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/devongovett/unicode-trie.git"
|
||||
},
|
||||
"author": "Devon Govett <devongovett@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/devongovett/unicode-trie/issues"
|
||||
},
|
||||
"homepage": "https://github.com/devongovett/unicode-trie",
|
||||
"dependencies": {
|
||||
"pako": "^0.2.5",
|
||||
"tiny-inflate": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue