95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
|
{
|
||
|
"_from": "text-decoding@^1.0.0",
|
||
|
"_id": "text-decoding@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==",
|
||
|
"_location": "/text-decoding",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "text-decoding@^1.0.0",
|
||
|
"name": "text-decoding",
|
||
|
"escapedName": "text-decoding",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@fastify/busboy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/text-decoding/-/text-decoding-1.0.0.tgz",
|
||
|
"_shasum": "38a5692d23b5c2b12942d6e245599cb58b1bc52f",
|
||
|
"_spec": "text-decoding@^1.0.0",
|
||
|
"_where": "/var/www/api.medcify.app/node_modules/@fastify/busboy",
|
||
|
"author": {
|
||
|
"name": "Anton",
|
||
|
"email": "anton@adc.sh"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/idiocc/text-decoding/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "[fork] TextEncoder and TextDecoder (Polyfill for the Encoding Living Standard's API) For Node.JS.",
|
||
|
"devDependencies": {
|
||
|
"alamode": "^2.3.4",
|
||
|
"documentary": "^1.27.4",
|
||
|
"eslint-config-artdeco": "1.0.1",
|
||
|
"yarn-s": "1.1.0",
|
||
|
"zoroaster": "^4.1.1-alpha"
|
||
|
},
|
||
|
"externs": "types/externs.js",
|
||
|
"files": [
|
||
|
"build",
|
||
|
"src",
|
||
|
"types/externs.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/idiocc/text-decoding#readme",
|
||
|
"keywords": [
|
||
|
"text-encoding",
|
||
|
"encoding",
|
||
|
"text-decoding",
|
||
|
"TextEncoder",
|
||
|
"TextDecoder",
|
||
|
"decoding",
|
||
|
"ascii",
|
||
|
"windows-1252",
|
||
|
"big5",
|
||
|
"euc-jp",
|
||
|
"euc-kr",
|
||
|
"gb18030",
|
||
|
"iso-20220jp",
|
||
|
"shift-jis",
|
||
|
"single-byte",
|
||
|
"utf8",
|
||
|
"utf16",
|
||
|
"x-user-defined",
|
||
|
"unicode"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"module": "src/index.js",
|
||
|
"name": "text-decoding",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/idiocc/text-decoding.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"b": "alamode src -o build -s",
|
||
|
"build": "yarn-s d b doc",
|
||
|
"d": "yarn-s d1 externs",
|
||
|
"d1": "typal types/index.js src -c -t types/index.xml",
|
||
|
"doc": "NODE_DEBUG=doc doc -o README.md",
|
||
|
"e": "alanode",
|
||
|
"externs": "typal types/externs.js",
|
||
|
"lint": "eslint .",
|
||
|
"mask": "yarn t test/mask",
|
||
|
"spec": "yarn t test/spec",
|
||
|
"t": "zoroaster -a",
|
||
|
"test": "yarn t test/spec test/mask",
|
||
|
"test-build": "ALAMODE_ENV=test-build yarn test"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|