|
{
"_from": "whatwg-encoding@^1.0.3",
"_id": "whatwg-encoding@1.0.3",
"_inBundle": false,
"_integrity": "sha1-V8I1vIZX6RTSTho5fTyC2u4Ka6M=",
"_location": "/whatwg-encoding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-encoding@^1.0.3",
"name": "whatwg-encoding",
"escapedName": "whatwg-encoding",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/html-encoding-sniffer",
"/jsdom"
],
"_resolved": "http://registry.npm.taobao.org/whatwg-encoding/download/whatwg-encoding-1.0.3.tgz",
"_shasum": "57c235bc8657e914d24e1a397d3c82daee0a6ba3",
"_spec": "whatwg-encoding@^1.0.3",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-encoding/issues"
},
"bundleDependencies": false,
"dependencies": {
"iconv-lite": "0.4.19"
},
"deprecated": false,
"description": "Decode strings according to the WHATWG Encoding Standard",
"devDependencies": {
"eslint": "^3.8.0",
"got": "^6.5.0",
"mocha": "^3.1.2"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/whatwg-encoding#readme",
"keywords": [
"encoding",
"whatwg"
],
"license": "MIT",
"main": "lib/whatwg-encoding.js",
"name": "whatwg-encoding",
"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"
}
|