API/api.medcify.app/node_modules/encode-utf8/package.json
2022-09-26 11:41:44 +05:30

47 lines
1.3 KiB
JSON

{
"_from": "encode-utf8@^1.0.3",
"_id": "encode-utf8@1.0.3",
"_inBundle": false,
"_integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==",
"_location": "/encode-utf8",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "encode-utf8@^1.0.3",
"name": "encode-utf8",
"escapedName": "encode-utf8",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/qrcode"
],
"_resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz",
"_shasum": "f30fdd31da07fb596f281beb2f6b027851994cda",
"_spec": "encode-utf8@^1.0.3",
"_where": "/var/www/api.medcify.app/node_modules/qrcode",
"bugs": {
"url": "https://github.com/LinusU/encode-utf8/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Turn a string into an ArrayBuffer by using the UTF8 encoding.",
"devDependencies": {
"mocha": "^6.2.2",
"standard": "^14.3.1"
},
"homepage": "https://github.com/LinusU/encode-utf8#readme",
"license": "MIT",
"name": "encode-utf8",
"repository": {
"type": "git",
"url": "git+https://github.com/LinusU/encode-utf8.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "1.0.3"
}