88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "encoding-japanese@1.0.30",
|
||
|
"_id": "encoding-japanese@1.0.30",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-bd/DFLAoJetvv7ar/KIpE3CNO8wEuyrt9Xuw6nSMiZ+Vrz/Q21BPsMHvARL2Wz6IKHKXgb+DWZqtRg1vql9cBg==",
|
||
|
"_location": "/encoding-japanese",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "encoding-japanese@1.0.30",
|
||
|
"name": "encoding-japanese",
|
||
|
"escapedName": "encoding-japanese",
|
||
|
"rawSpec": "1.0.30",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.0.30"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/libmime",
|
||
|
"/mailparser"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/encoding-japanese/-/encoding-japanese-1.0.30.tgz",
|
||
|
"_shasum": "537c4d62881767925d601acb4c79fb14db81703a",
|
||
|
"_spec": "encoding-japanese@1.0.30",
|
||
|
"_where": "/data/node_modules/mailparser",
|
||
|
"author": {
|
||
|
"name": "polygon planet",
|
||
|
"email": "polygon.planet.aqua@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/polygonplanet/encoding.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Convert or detect character encoding in JavaScript",
|
||
|
"devDependencies": {
|
||
|
"bannerify": "^1.0.1",
|
||
|
"browserify": "^16.5.0",
|
||
|
"mocha": "^6.2.0",
|
||
|
"power-assert": "^1.6.1",
|
||
|
"uglify-js": "^3.6.0",
|
||
|
"uglifyify": "^5.0.2",
|
||
|
"watchify": "^3.11.1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "tests"
|
||
|
},
|
||
|
"homepage": "https://github.com/polygonplanet/encoding.js",
|
||
|
"keywords": [
|
||
|
"encoding",
|
||
|
"charset",
|
||
|
"iconv",
|
||
|
"japanese",
|
||
|
"unicode",
|
||
|
"utf",
|
||
|
"utf-8",
|
||
|
"utf-16",
|
||
|
"utf-32",
|
||
|
"sjis",
|
||
|
"shift_jis",
|
||
|
"eucjp",
|
||
|
"euc-jp",
|
||
|
"jis",
|
||
|
"iso-2022-jp",
|
||
|
"base64",
|
||
|
"convert",
|
||
|
"detect",
|
||
|
"urlencode",
|
||
|
"urldecode"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "src/index.js",
|
||
|
"name": "encoding-japanese",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/polygonplanet/encoding.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run compile && npm run minify",
|
||
|
"compile": "browserify src/index.js -o encoding.js -s Encoding -p [ bannerify --file src/banner.js ] --no-bundle-external --bare",
|
||
|
"minify": "uglifyjs encoding.js -o encoding.min.js --source-map \"url='encoding.min.js.map'\" --comments -c -m -b ascii_only=true,beautify=false",
|
||
|
"test": "npm run build && mocha tests/test",
|
||
|
"watch": "watchify src/index.js -o encoding.js -s Encoding -p [ bannerify --file src/banner.js ] --no-bundle-external --bare --poll=200 -v"
|
||
|
},
|
||
|
"version": "1.0.30"
|
||
|
}
|