110 lines
2.6 KiB
JSON
110 lines
2.6 KiB
JSON
{
|
|
"_from": "unist-builder@^1.0.1",
|
|
"_id": "unist-builder@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-v6xbUPP7ILrT15fHGrNyHc1Xda8H3xVhP7/HAIotHOhVPjH5dCXA097C3Rry1Q2O+HbOLCao4hfPB+EYEjHgVg==",
|
|
"_location": "/unist-builder",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "unist-builder@^1.0.1",
|
|
"name": "unist-builder",
|
|
"escapedName": "unist-builder",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mdast-util-to-hast"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-1.0.4.tgz",
|
|
"_shasum": "e1808aed30bd72adc3607f25afecebef4dd59e17",
|
|
"_spec": "unist-builder@^1.0.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/mdast-util-to-hast",
|
|
"author": {
|
|
"name": "Eugene Sharygin",
|
|
"email": "eush77@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/syntax-tree/unist-builder/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Eugene Sharygin",
|
|
"email": "eush77@gmail.com"
|
|
},
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Helper for creating unist trees",
|
|
"devDependencies": {
|
|
"nyc": "^14.0.0",
|
|
"prettier": "^1.14.2",
|
|
"remark-cli": "^6.0.0",
|
|
"remark-preset-wooorm": "^5.0.0",
|
|
"tape": "^4.0.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/syntax-tree/unist-builder#readme",
|
|
"keywords": [
|
|
"ast",
|
|
"build",
|
|
"builder",
|
|
"create",
|
|
"dsl",
|
|
"hyperscript",
|
|
"sugar",
|
|
"syntax",
|
|
"tree",
|
|
"unist"
|
|
],
|
|
"license": "MIT",
|
|
"name": "unist-builder",
|
|
"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/unist-builder.git"
|
|
},
|
|
"scripts": {
|
|
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
|
|
"test": "npm run format && npm run test-coverage",
|
|
"test-api": "node test",
|
|
"test-coverage": "nyc --reporter lcov tape test.js"
|
|
},
|
|
"version": "1.0.4",
|
|
"xo": {
|
|
"prettier": true,
|
|
"esnext": false
|
|
}
|
|
}
|