tra-analysis/website/functions/node_modules/power-assert-util-string-width/package.json
2019-01-06 13:14:45 -06:00

65 lines
1.9 KiB
JSON

{
"_from": "power-assert-util-string-width@^1.2.0",
"_id": "power-assert-util-string-width@1.2.0",
"_inBundle": false,
"_integrity": "sha512-lX90G0igAW0iyORTILZ/QjZWsa1MZ6VVY3L0K86e2eKun3S4LKPH4xZIl8fdeMYLfOjkaszbNSzf1uugLeAm2A==",
"_location": "/power-assert-util-string-width",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "power-assert-util-string-width@^1.2.0",
"name": "power-assert-util-string-width",
"escapedName": "power-assert-util-string-width",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/power-assert-renderer-assertion",
"/power-assert-renderer-diagram"
],
"_resolved": "https://registry.npmjs.org/power-assert-util-string-width/-/power-assert-util-string-width-1.2.0.tgz",
"_shasum": "6e06d5e3581bb876c5d377c53109fffa95bd91a0",
"_spec": "power-assert-util-string-width@^1.2.0",
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\power-assert-renderer-assertion",
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"bugs": {
"url": "https://github.com/twada/power-assert-runtime/issues"
},
"bundleDependencies": false,
"dependencies": {
"eastasianwidth": "^0.2.0"
},
"deprecated": false,
"description": "calculates width of given string",
"devDependencies": {
"mocha": "^5.0.0"
},
"files": [
"README.md",
"index.js"
],
"homepage": "https://github.com/twada/power-assert-runtime",
"keywords": [
"string",
"unicode",
"width"
],
"license": "MIT",
"main": "index.js",
"name": "power-assert-util-string-width",
"repository": {
"type": "git",
"url": "git+https://github.com/twada/power-assert-runtime.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.2.0"
}