124 lines
3.2 KiB
JSON
124 lines
3.2 KiB
JSON
{
|
|
"_from": "hast-util-raw@^4.0.0",
|
|
"_id": "hast-util-raw@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5xYHyEJMCf8lX/NT4iA5z6N43yoFsrJqXJ5GWwAbLn815URbIz+UNNFEgid33F9paZuDlqVKvB+K3Aqu5+DdSw==",
|
|
"_location": "/hast-util-raw",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "hast-util-raw@^4.0.0",
|
|
"name": "hast-util-raw",
|
|
"escapedName": "hast-util-raw",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby-transformer-remark"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-4.0.0.tgz",
|
|
"_shasum": "2dc10c9facd9b810ea6ac51df251e6f87c2ed5b5",
|
|
"_spec": "hast-util-raw@^4.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/syntax-tree/hast-util-raw/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"hast-util-from-parse5": "^4.0.2",
|
|
"hast-util-to-parse5": "^4.0.1",
|
|
"html-void-elements": "^1.0.1",
|
|
"parse5": "^5.0.0",
|
|
"unist-util-position": "^3.0.0",
|
|
"web-namespaces": "^1.0.0",
|
|
"xtend": "^4.0.1",
|
|
"zwitch": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Reparse a HAST tree",
|
|
"devDependencies": {
|
|
"browserify": "^16.0.0",
|
|
"esmangle": "^1.0.0",
|
|
"hastscript": "^4.0.0",
|
|
"nyc": "^12.0.0",
|
|
"prettier": "^1.13.5",
|
|
"rehype-stringify": "^4.0.0",
|
|
"remark-cli": "^5.0.0",
|
|
"remark-parse": "^5.0.0",
|
|
"remark-preset-wooorm": "^4.0.0",
|
|
"remark-rehype": "^3.0.0",
|
|
"tape": "^4.0.0",
|
|
"tinyify": "^2.4.3",
|
|
"unified": "^7.0.0",
|
|
"unist-builder": "^1.0.2",
|
|
"xo": "^0.21.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
|
|
"keywords": [
|
|
"hast",
|
|
"util",
|
|
"utility",
|
|
"raw",
|
|
"html"
|
|
],
|
|
"license": "MIT",
|
|
"name": "hast-util-raw",
|
|
"nyc": {
|
|
"check-coverage": true,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"branches": 100
|
|
},
|
|
"prettier": {
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"bracketSpacing": false,
|
|
"semi": false,
|
|
"trailingComma": "none"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"preset-wooorm"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
|
|
"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.min.js",
|
|
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
|
|
"test": "npm run format && npm run build && npm run test-coverage",
|
|
"test-api": "node test",
|
|
"test-coverage": "nyc --reporter lcov tape test.js"
|
|
},
|
|
"version": "4.0.0",
|
|
"xo": {
|
|
"prettier": true,
|
|
"esnext": false,
|
|
"ignores": [
|
|
"hast-util-raw.js"
|
|
]
|
|
}
|
|
}
|