95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
{
|
|
"_from": "code-points@^2.0.0-1",
|
|
"_id": "code-points@2.0.0-1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AcI72nDPRe9XclkMOri6T4d09Yo=",
|
|
"_location": "/code-points",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "code-points@^2.0.0-1",
|
|
"name": "code-points",
|
|
"escapedName": "code-points",
|
|
"rawSpec": "^2.0.0-1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0-1"
|
|
},
|
|
"_requiredBy": [
|
|
"/fontmin"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/code-points/download/code-points-2.0.0-1.tgz",
|
|
"_shasum": "01c23bda70cf45ef5772590c3ab8ba4f8774f58a",
|
|
"_spec": "code-points@^2.0.0-1",
|
|
"_where": "D:\\workspace\\plugin\\mini_font\\packages\\mini_font\\publish\\mini_font\\node_modules\\fontmin",
|
|
"author": {
|
|
"name": "Shinnosuke Watanabe",
|
|
"url": "https://github.com/shinnn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/code-points.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"code-point": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get the code points of each character in the string",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.11",
|
|
"gulp-footer": "^1.0.5",
|
|
"gulp-header": "^1.2.2",
|
|
"gulp-jscs": "^1.6.0",
|
|
"gulp-jshint": "^1.11.0",
|
|
"gulp-jsonlint": "^1.0.1",
|
|
"gulp-load-plugins": "^0.10.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.5.3",
|
|
"istanbul": "^0.3.14",
|
|
"istanbul-coveralls": "^1.0.2",
|
|
"jshint-stylish": "^2.0.0",
|
|
"merge-stream": "^0.1.7",
|
|
"rimraf": "^2.3.4",
|
|
"tape": "^4.0.0",
|
|
"tiny-npm-license": "^1.0.0",
|
|
"to-camel-case": "^0.2.1"
|
|
},
|
|
"files": [
|
|
"dist/code-points-cjs.js"
|
|
],
|
|
"homepage": "https://github.com/shinnn/code-points.js#readme",
|
|
"jscsConfig": {
|
|
"preset": "google",
|
|
"maximumLineLength": 98,
|
|
"requireBlocksOnNewline": true,
|
|
"validateLineBreaks": "LF"
|
|
},
|
|
"keywords": [
|
|
"code",
|
|
"point",
|
|
"code-point",
|
|
"string",
|
|
"char",
|
|
"character",
|
|
"unicode",
|
|
"utf16",
|
|
"utf-16",
|
|
"codepointat",
|
|
"surrogate",
|
|
"plane"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/code-points-cjs.js",
|
|
"name": "code-points",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shinnn/code-points.js.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover test.js",
|
|
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
|
|
"test": "gulp test"
|
|
},
|
|
"version": "2.0.0-1"
|
|
}
|