75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"_from": "grapheme-breaker@^0.3.2",
|
|
"_id": "grapheme-breaker@0.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-W55reMODJFLSuiuxy4MPlidkEKw=",
|
|
"_location": "/grapheme-breaker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "grapheme-breaker@^0.3.2",
|
|
"name": "grapheme-breaker",
|
|
"escapedName": "grapheme-breaker",
|
|
"rawSpec": "^0.3.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@parcel/logger"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/grapheme-breaker/-/grapheme-breaker-0.3.2.tgz",
|
|
"_shasum": "5b9e6b78c3832452d2ba2bb1cb830f96276410ac",
|
|
"_spec": "grapheme-breaker@^0.3.2",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/@parcel/logger",
|
|
"author": {
|
|
"name": "Devon Govett",
|
|
"email": "devongovett@gmail.com"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"brfs"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/devongovett/grapheme-breaker/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"brfs": "^1.2.0",
|
|
"unicode-trie": "^0.3.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)",
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"coffee-script": "^1.7.1",
|
|
"mocha": "^1.20.1",
|
|
"request": "^2.37.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/devongovett/grapheme-breaker",
|
|
"keywords": [
|
|
"unicode",
|
|
"text",
|
|
"break",
|
|
"segment",
|
|
"character",
|
|
"grapheme cluster"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/GraphemeBreaker",
|
|
"name": "grapheme-breaker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/devongovett/grapheme-breaker.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "rm -rf src/*.js",
|
|
"prepublish": "coffee -c src/",
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.3.2"
|
|
}
|