1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "html-encoding-sniffer@1.0.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "html-encoding-sniffer@1.0.2",
- "_id": "html-encoding-sniffer@1.0.2",
- "_inBundle": false,
- "_integrity": "sha1-5w2EuU2lOqN14R/jo1G+ZkLKRvg=",
- "_location": "/html-encoding-sniffer",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "html-encoding-sniffer@1.0.2",
- "name": "html-encoding-sniffer",
- "escapedName": "html-encoding-sniffer",
- "rawSpec": "1.0.2",
- "saveSpec": null,
- "fetchSpec": "1.0.2"
- },
- "_requiredBy": [
- "/jsdom"
- ],
- "_resolved": "https://registry.npm.taobao.org/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz",
- "_spec": "1.0.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Domenic Denicola",
- "email": "d@domenic.me",
- "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"
- },
- "files": [
- "lib/"
- ],
- "homepage": "https://github.com/jsdom/html-encoding-sniffer#readme",
- "keywords": [
- "encoding",
- "html"
- ],
- "license": "MIT",
- "main": "lib/html-encoding-sniffer.js",
- "name": "html-encoding-sniffer",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
- },
- "scripts": {
- "lint": "eslint lib test",
- "test": "mocha"
- },
- "version": "1.0.2"
- }
|