medium-to-markdown/node_modules/whatwg-encoding/package.json

101 lines
2.5 KiB
JSON

{
"_args": [
[
{
"name": "whatwg-encoding",
"raw": "whatwg-encoding@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/david/repos/medium-to-markdown/node_modules/jsdom"
]
],
"_from": "whatwg-encoding@>=1.0.1 <2.0.0",
"_id": "whatwg-encoding@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/whatwg-encoding",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/whatwg-encoding-1.0.1.tgz_1476585270143_0.7966783917509019"
},
"_npmUser": {
"email": "d@domenic.me",
"name": "domenic"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"name": "whatwg-encoding",
"raw": "whatwg-encoding@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/html-encoding-sniffer",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz",
"_shasum": "3c6c451a198ee7aec55b1ec61d0920c67801a5f4",
"_shrinkwrap": null,
"_spec": "whatwg-encoding@^1.0.1",
"_where": "/Users/david/repos/medium-to-markdown/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.13"
},
"description": "Decode strings according to the WHATWG Encoding Standard",
"devDependencies": {
"eslint": "^3.8.0",
"got": "^6.5.0",
"mocha": "^3.1.2"
},
"directories": {},
"dist": {
"shasum": "3c6c451a198ee7aec55b1ec61d0920c67801a5f4",
"tarball": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz"
},
"files": [
"lib/"
],
"gitHead": "22ef4432e223dd4736651b1db7c43fb532352ea7",
"homepage": "https://github.com/jsdom/whatwg-encoding#readme",
"keywords": [
"encoding",
"whatwg"
],
"license": "WTFPL",
"main": "lib/whatwg-encoding.js",
"maintainers": [
{
"email": "d@domenic.me",
"name": "domenic"
}
],
"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",
"test": "mocha",
"update": "node scripts/update.js"
},
"version": "1.0.1"
}