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.
 
 
 
 

57 lines
1.6 KiB

{
"_from": "unicode-trie@^2.0.0",
"_id": "unicode-trie@2.0.0",
"_inBundle": false,
"_integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
"_location": "/unicode-trie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unicode-trie@^2.0.0",
"name": "unicode-trie",
"escapedName": "unicode-trie",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@foliojs-fork/fontkit",
"/@foliojs-fork/linebreak",
"/unicode-properties"
],
"_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
"_shasum": "8fd8845696e2e14a8b67d78fa9e0dd2cad62fec8",
"_spec": "unicode-trie@^2.0.0",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/@foliojs-fork/linebreak",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"bugs": {
"url": "https://github.com/devongovett/unicode-trie/issues"
},
"bundleDependencies": false,
"dependencies": {
"pako": "^0.2.5",
"tiny-inflate": "^1.0.0"
},
"deprecated": false,
"description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
"devDependencies": {
"mocha": "^6.1.4",
"nyc": "^14.1.1"
},
"homepage": "https://github.com/devongovett/unicode-trie",
"license": "MIT",
"name": "unicode-trie",
"repository": {
"type": "git",
"url": "git://github.com/devongovett/unicode-trie.git"
},
"scripts": {
"coverage": "nyc mocha",
"test": "mocha"
},
"version": "2.0.0"
}