{ "_args": [ [ "posthtml@0.10.1", "D:\\Hjm项目\\suyi1111" ] ], "_from": "posthtml@0.10.1", "_id": "posthtml@0.10.1", "_inBundle": false, "_integrity": "sha512-4OW8nA6kOMyIivdEUL+b4vvSxWDEtQFiSAbM0n0baeSBcb9EQTaD9s1DqT6Qgr46oJZ1aJe8lioZZ5Exr4Ophg==", "_location": "/posthtml", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "posthtml@0.10.1", "name": "posthtml", "escapedName": "posthtml", "rawSpec": "0.10.1", "saveSpec": null, "fetchSpec": "0.10.1" }, "_requiredBy": [ "/rollup-plugin-vue" ], "_resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.10.1.tgz", "_spec": "0.10.1", "_where": "D:\\Hjm项目\\suyi1111", "author": { "name": "Anton Winogradov", "email": "winogradovaa@gmail.com" }, "bugs": { "url": "https://github.com/posthtml/posthtml/issues" }, "contributors": [ { "name": "Ivan Voischev", "email": "voischev.ivan@ya.ru" }, { "name": "Anton Winogradov", "email": "winogradovaa@gmail.com" }, { "name": "Alexej Yaroshevich", "email": "zxqfox@gmail.com" } ], "dependencies": { "posthtml-parser": "^0.3.0", "posthtml-render": "^1.0.5" }, "description": "HTML/XML processor", "devDependencies": { "chai": "^3.0.0", "chai-as-promised": "^6.0.0", "chai-subset": "^1.1.0", "conventional-changelog-cli": "^1.0.0", "es6-promise": "^4.0.5", "istanbul": "^0.4.2", "jsdoc-to-markdown": "^3.0.0", "mocha": "^3.4.0", "mversion": "^1.10.0", "object.assign": "^4.0.3", "standard": "^10.0.2" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/posthtml/posthtml", "keywords": [ "html", "xml", "postproccessor", "parser", "transform", "transformations", "manipulation", "preprocessor", "processor" ], "license": "MIT", "main": "lib", "name": "posthtml", "repository": { "type": "git", "url": "git://github.com/posthtml/posthtml.git" }, "scripts": { "clean": "rm -rf coverage jsdoc-api", "cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap", "docs:api": "jsdoc2md lib/api.js > docs/api.md", "docs:core": "jsdoc2md lib/index.js > docs/core.md", "lint": "standard", "release:major": "mversion major", "release:minor": "mversion minor", "release:patch": "mversion patch", "test": "npm run lint && mocha -R dot && npm run cover" }, "version": "0.10.1" }