|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "domhandler@2.1.0",
- "D:\\A易云\\YiYunJianZhu"
- ]
- ],
- "_development": true,
- "_from": "domhandler@2.1.0",
- "_id": "domhandler@2.1.0",
- "_inBundle": false,
- "_integrity": "sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=",
- "_location": "/domhandler",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "domhandler@2.1.0",
- "name": "domhandler",
- "escapedName": "domhandler",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/htmlparser2"
- ],
- "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "D:\\A易云\\YiYunJianZhu",
- "author": {
- "name": "Felix Boehm",
- "email": "me@feedic.com"
- },
- "bugs": {
- "url": "https://github.com/fb55/domhandler/issues"
- },
- "dependencies": {
- "domelementtype": "1"
- },
- "description": "handler for htmlparser2 that turns pages into a dom",
- "devDependencies": {
- "htmlparser2": "2.3",
- "mocha": "1"
- },
- "directories": {
- "test": "tests"
- },
- "homepage": "https://github.com/fb55/domhandler#readme",
- "keywords": [
- "dom",
- "htmlparser2"
- ],
- "main": "index.js",
- "name": "domhandler",
- "repository": {
- "type": "git",
- "url": "git://github.com/fb55/domhandler.git"
- },
- "scripts": {
- "test": "mocha -R list"
- },
- "version": "2.1.0"
- }
|