100 lines
2.4 KiB
JSON
100 lines
2.4 KiB
JSON
{
|
|
"_from": "posthtml@^0.11.2",
|
|
"_id": "posthtml@0.11.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-C2hrAPzmRdpuL3iH0TDdQ6XCc9M7Dcc3zEW5BLerY65G4tWWszwv6nG/ksi6ul5i2mx22ubdljgktXCtNkydkw==",
|
|
"_location": "/posthtml",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "posthtml@^0.11.2",
|
|
"name": "posthtml",
|
|
"escapedName": "posthtml",
|
|
"rawSpec": "^0.11.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.11.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/parcel-bundler"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.11.6.tgz",
|
|
"_shasum": "e349d51af7929d0683b9d8c3abd8166beecc90a8",
|
|
"_spec": "posthtml@^0.11.2",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
|
|
"author": {
|
|
"name": "Anton Winogradov",
|
|
"email": "winogradovaa@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/posthtml/posthtml/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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.4.1",
|
|
"posthtml-render": "^1.1.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "HTML/XML processor",
|
|
"devDependencies": {
|
|
"chai": "^4.0.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-subset": "^1.6.0",
|
|
"coveralls": "^3.0.6",
|
|
"jsdoc-to-markdown": "^5.0.0",
|
|
"mocha": "^6.2.0",
|
|
"nyc": "^14.1.1",
|
|
"standard": "^14.1.0",
|
|
"standard-version": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"types",
|
|
"lib"
|
|
],
|
|
"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+https://github.com/posthtml/posthtml.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"docs:api": "jsdoc2md lib/api.js > docs/api.md",
|
|
"docs:core": "jsdoc2md lib/index.js > docs/core.md",
|
|
"lint": "standard --env mocha",
|
|
"release": "standard-version",
|
|
"test": "npm run lint && nyc mocha"
|
|
},
|
|
"types": "types/posthtml.d.ts",
|
|
"version": "0.11.6"
|
|
}
|