69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"whatwg-encoding@1.0.3",
|
|
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
|
|
]
|
|
],
|
|
"_from": "whatwg-encoding@1.0.3",
|
|
"_id": "whatwg-encoding@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jLBwwKUhi8WtBfsMQlL4bUUcT8sMkAtQinscJAe/M4KHCkHuUJAF6vuB0tueNIw4c8ziO6AkRmgY+jL3a0iiPw==",
|
|
"_location": "/whatwg-encoding",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz",
|
|
"_spec": "1.0.3",
|
|
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
|
|
"author": {
|
|
"name": "Domenic Denicola",
|
|
"email": "d@domenic.me",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|