suyiScreen/node_modules/posthtml-parser/package.json

79 lines
2.0 KiB
JSON

{
"_args": [
[
"posthtml-parser@0.3.3",
"D:\\Hjm项目\\suyi1111"
]
],
"_from": "posthtml-parser@0.3.3",
"_id": "posthtml-parser@0.3.3",
"_inBundle": false,
"_integrity": "sha512-H/Z/yXGwl49A7hYQLV1iQ3h87NE0aZ/PMZhFwhw3lKeCAN+Ti4idrHvVvh4/GX10I7u77aQw+QB4vV5/Lzvv5A==",
"_location": "/posthtml-parser",
"_phantomChildren": {
"isarray": "1.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "posthtml-parser@0.3.3",
"name": "posthtml-parser",
"escapedName": "posthtml-parser",
"rawSpec": "0.3.3",
"saveSpec": null,
"fetchSpec": "0.3.3"
},
"_requiredBy": [
"/posthtml"
],
"_resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.3.3.tgz",
"_spec": "0.3.3",
"_where": "D:\\Hjm项目\\suyi1111",
"author": {
"name": "Ivan Voischev",
"email": "voischev.ivan@ya.ru"
},
"bugs": {
"url": "https://github.com/posthtml/posthtml-parser/issues"
},
"dependencies": {
"htmlparser2": "^3.9.2",
"isobject": "^2.1.0",
"object-assign": "^4.1.1"
},
"description": "Parse HTML/XML to PostHTMLTree",
"devDependencies": {
"chai": "^3.3.0",
"istanbul": "^0.4.0",
"jscs": "^2.3.5",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"rewire": "^2.5.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"homepage": "https://github.com/posthtml/posthtml-parser#readme",
"keywords": [
"html",
"xml",
"parser",
"posthtml",
"posthtmltree"
],
"license": "MIT",
"main": "index.js",
"name": "posthtml-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/posthtml/posthtml-parser.git"
},
"scripts": {
"coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha",
"lint": "jshint . && jscs -v .",
"postversion": "git push && git push --tags && rm -rf coverage",
"preversion": "npm test",
"test": "npm run lint && npm run coverage"
},
"version": "0.3.3"
}