114 lines
3.0 KiB
JSON
114 lines
3.0 KiB
JSON
{
|
|
"_from": "mdast-util-definitions@^1.2.0",
|
|
"_id": "mdast-util-definitions@1.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HfUArPog1j4Z78Xlzy9Q4aHLnrF/7fb57cooTHypyGoe2XFNbcx/kWZDoOz+ra8CkUzvg3+VHV434yqEd1DRmA==",
|
|
"_location": "/mdast-util-definitions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "mdast-util-definitions@^1.2.0",
|
|
"name": "mdast-util-definitions",
|
|
"escapedName": "mdast-util-definitions",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby-remark-images",
|
|
"/mdast-util-to-hast"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.4.tgz",
|
|
"_shasum": "2b54ad4eecaff9d9fcb6bf6f9f6b68b232d77ca7",
|
|
"_spec": "mdast-util-definitions@^1.2.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-remark-images",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/syntax-tree/mdast-util-definitions/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"unist-util-visit": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Find definition nodes in mdast nodes",
|
|
"devDependencies": {
|
|
"browserify": "^16.0.0",
|
|
"nyc": "^14.0.0",
|
|
"prettier": "^1.0.0",
|
|
"remark": "^10.0.0",
|
|
"remark-cli": "^6.0.0",
|
|
"remark-preset-wooorm": "^5.0.0",
|
|
"tape": "^4.0.0",
|
|
"tinyify": "^2.0.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/syntax-tree/mdast-util-definitions#readme",
|
|
"keywords": [
|
|
"mdast",
|
|
"remark",
|
|
"markdown",
|
|
"node",
|
|
"definition",
|
|
"find",
|
|
"cache"
|
|
],
|
|
"license": "MIT",
|
|
"name": "mdast-util-definitions",
|
|
"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/mdast-util-definitions.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify . -s mdastUtilDefinitions > mdast-util-definitions.js",
|
|
"build-mangle": "browserify . -s mdastUtilDefinitions -p tinyify > mdast-util-definitions.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": "1.2.4",
|
|
"xo": {
|
|
"prettier": true,
|
|
"esnext": false,
|
|
"ignore": [
|
|
"mdast-util-definitions.js"
|
|
]
|
|
}
|
|
}
|