1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "text-decoding",
- "_id": "text-decoding@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==",
- "_location": "/text-decoding",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "text-decoding",
- "name": "text-decoding",
- "escapedName": "text-decoding",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/text-decoding/-/text-decoding-1.0.0.tgz",
- "_shasum": "38a5692d23b5c2b12942d6e245599cb58b1bc52f",
- "_spec": "text-decoding",
- "_where": "D:\\uni-ETC\\kyushu-etc-applet",
- "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"
- }
|