1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "whatwg-encoding@1.0.5",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "whatwg-encoding@1.0.5",
- "_id": "whatwg-encoding@1.0.5",
- "_inBundle": false,
- "_integrity": "sha1-WrrPd3wyFmpR0IXWtPPn0nET3bA=",
- "_location": "/whatwg-encoding",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "whatwg-encoding@1.0.5",
- "name": "whatwg-encoding",
- "escapedName": "whatwg-encoding",
- "rawSpec": "1.0.5",
- "saveSpec": null,
- "fetchSpec": "1.0.5"
- },
- "_requiredBy": [
- "/html-encoding-sniffer",
- "/jsdom"
- ],
- "_resolved": "https://registry.npm.taobao.org/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz",
- "_spec": "1.0.5",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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.24"
- },
- "description": "Decode strings according to the WHATWG Encoding Standard",
- "devDependencies": {
- "eslint": "^5.3.0",
- "got": "^9.0.0",
- "mocha": "^5.2.0"
- },
- "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.5"
- }
|