95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"whatwg-encoding@^1.0.3",
|
|
"/home/bernhard/freifunk-app/node_modules/jsdom"
|
|
]
|
|
],
|
|
"_from": "whatwg-encoding@>=1.0.3 <2.0.0",
|
|
"_id": "whatwg-encoding@1.0.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/whatwg-encoding",
|
|
"_nodeVersion": "8.6.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/whatwg-encoding-1.0.3.tgz_1509241494617_0.47145224804989994"
|
|
},
|
|
"_npmUser": {
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "5.4.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "whatwg-encoding",
|
|
"raw": "whatwg-encoding@^1.0.3",
|
|
"rawSpec": "^1.0.3",
|
|
"scope": null,
|
|
"spec": ">=1.0.3 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/html-encoding-sniffer",
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz",
|
|
"_shasum": "57c235bc8657e914d24e1a397d3c82daee0a6ba3",
|
|
"_shrinkwrap": null,
|
|
"_spec": "whatwg-encoding@^1.0.3",
|
|
"_where": "/home/bernhard/freifunk-app/node_modules/jsdom",
|
|
"author": {
|
|
"email": "d@domenic.me",
|
|
"name": "Domenic Denicola",
|
|
"url": "https://domenic.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdom/whatwg-encoding/issues"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": "0.4.19"
|
|
},
|
|
"description": "Decode strings according to the WHATWG Encoding Standard",
|
|
"devDependencies": {
|
|
"eslint": "^3.8.0",
|
|
"got": "^6.5.0",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-jLBwwKUhi8WtBfsMQlL4bUUcT8sMkAtQinscJAe/M4KHCkHuUJAF6vuB0tueNIw4c8ziO6AkRmgY+jL3a0iiPw==",
|
|
"shasum": "57c235bc8657e914d24e1a397d3c82daee0a6ba3",
|
|
"tarball": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"gitHead": "04a110a0b202ecf435aacf8617fd4a568e85964e",
|
|
"homepage": "https://github.com/jsdom/whatwg-encoding#readme",
|
|
"keywords": [
|
|
"encoding",
|
|
"whatwg"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/whatwg-encoding.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "domenic",
|
|
"email": "d@domenic.me"
|
|
}
|
|
],
|
|
"name": "whatwg-encoding",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdom/whatwg-encoding.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint lib test",
|
|
"prepare": "node scripts/update.js",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|