98 lines
2.5 KiB
JSON
98 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"name": "html-encoding-sniffer",
|
|
"raw": "html-encoding-sniffer@^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": "html-encoding-sniffer@>=1.0.1 <2.0.0",
|
|
"_id": "html-encoding-sniffer@1.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/html-encoding-sniffer",
|
|
"_nodeVersion": "6.2.2",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/html-encoding-sniffer-1.0.1.tgz_1476591787938_0.5426098443567753"
|
|
},
|
|
"_npmUser": {
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "3.9.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "html-encoding-sniffer",
|
|
"raw": "html-encoding-sniffer@^1.0.1",
|
|
"rawSpec": "^1.0.1",
|
|
"scope": null,
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz",
|
|
"_shasum": "79bf7a785ea495fe66165e734153f363ff5437da",
|
|
"_shrinkwrap": null,
|
|
"_spec": "html-encoding-sniffer@^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/html-encoding-sniffer/issues"
|
|
},
|
|
"dependencies": {
|
|
"whatwg-encoding": "^1.0.1"
|
|
},
|
|
"description": "Sniff the encoding from a HTML byte stream",
|
|
"devDependencies": {
|
|
"eslint": "^3.8.0",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "79bf7a785ea495fe66165e734153f363ff5437da",
|
|
"tarball": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"gitHead": "9b4a785caf193f8852770b7dfc7194431fbf8bed",
|
|
"homepage": "https://github.com/jsdom/html-encoding-sniffer#readme",
|
|
"keywords": [
|
|
"encoding",
|
|
"html"
|
|
],
|
|
"license": "WTFPL",
|
|
"main": "lib/html-encoding-sniffer.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
}
|
|
],
|
|
"name": "html-encoding-sniffer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint lib test",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|