73 lines
2 KiB
JSON
73 lines
2 KiB
JSON
{
|
|
"_from": "posthtml-parser@^0.4.0",
|
|
"_id": "posthtml-parser@0.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BUIorsYJTvS9UhXxPTzupIztOMVNPa/HtAm9KHni9z6qEfiJ1bpOBL5DfUOL9XAc3XkLIEzBzpph+Zbm4AdRAg==",
|
|
"_location": "/posthtml-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "posthtml-parser@^0.4.0",
|
|
"name": "posthtml-parser",
|
|
"escapedName": "posthtml-parser",
|
|
"rawSpec": "^0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/parcel-bundler",
|
|
"/posthtml"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.4.2.tgz",
|
|
"_shasum": "a132bbdf0cd4bc199d34f322f5c1599385d7c6c1",
|
|
"_spec": "posthtml-parser@^0.4.0",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
|
|
"author": {
|
|
"name": "Ivan Voischev",
|
|
"email": "voischev.ivan@ya.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/posthtml/posthtml-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"htmlparser2": "^3.9.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parse HTML/XML to PostHTMLTree",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"istanbul": "^0.4.0",
|
|
"jscs": "^3.0.7",
|
|
"jshint": "^2.10.3",
|
|
"mocha": "^6.2.2",
|
|
"rewire": "^4.0.1",
|
|
"sinon": "^7.5.0",
|
|
"sinon-chai": "^3.3.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 .",
|
|
"postversion": "git push && git push --tags && rm -rf coverage",
|
|
"preversion": "npm test",
|
|
"test": "npm run lint && npm run coverage"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "0.4.2"
|
|
}
|