77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"_from": "code-point@^1.0.1",
|
|
"_id": "code-point@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-mZhB9R9UzK5KDau8hpBjI0YD/s0=",
|
|
"_location": "/code-point",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "code-point@^1.0.1",
|
|
"name": "code-point",
|
|
"escapedName": "code-point",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/code-points"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/code-point/download/code-point-1.1.0.tgz",
|
|
"_shasum": "999841f51f54ccae4a0dabbc869063234603fecd",
|
|
"_spec": "code-point@^1.0.1",
|
|
"_where": "D:\\workspace\\plugin\\mini_font\\packages\\mini_font\\publish\\mini_font\\node_modules\\code-points",
|
|
"author": {
|
|
"name": "Shinnosuke Watanabe",
|
|
"url": "https://github.com/shinnn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/code-point.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Get a UTF-16-encoded code point number of a character",
|
|
"devDependencies": {
|
|
"@shinnn/eslint-config": "^2.3.0",
|
|
"eslint": "^2.11.1",
|
|
"require-from-string": "^1.2.0",
|
|
"rollup": "^0.26.3",
|
|
"tap": "^5.7.2"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.jsnext.js",
|
|
"LICENSES.md"
|
|
],
|
|
"homepage": "https://github.com/shinnn/code-point.js#readme",
|
|
"jsnext:main": "index.jsnext.js",
|
|
"keywords": [
|
|
"code",
|
|
"point",
|
|
"code-point",
|
|
"string",
|
|
"char",
|
|
"character",
|
|
"unicode",
|
|
"utf16",
|
|
"utf-16",
|
|
"codepointat",
|
|
"surrogate",
|
|
"plane",
|
|
"browser",
|
|
"client-side"
|
|
],
|
|
"license": "MIT",
|
|
"name": "code-point",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shinnn/code-point.js.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint --fix --config @shinnn --ignore-path .gitignore .",
|
|
"test": "tap --node-arg=--strong_mode --coverage test.js test-es5.js"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|