AK-21/Graphite-Industrial-Intelligence
0
1{2 "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",3 "bugs": "https://github.com/wooorm/property-information/issues",4 "contributors": [5 "Andrew Burgess <andrew@andrewburgess.io>",6 "Dustin Deus <deusdustin@gmail.com> (http://starptech.de)",7 "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"8 ],9 "description": "Info on the properties and attributes of the web platform",10 "devDependencies": {11 "@types/mdast": "^4.0.0",12 "@types/node": "^25.0.0",13 "alpha-sort": "^5.0.0",14 "c8": "^11.0.0",15 "html-element-attributes": "^3.0.0",16 "html-event-attributes": "^2.0.0",17 "mdast-zone": "^6.0.0",18 "prettier": "^3.0.0",19 "remark-cli": "^12.0.0",20 "remark-preset-wooorm": "^11.0.0",21 "svg-element-attributes": "^2.0.0",22 "svg-event-attributes": "^2.0.0",23 "type-coverage": "^2.0.0",24 "typescript": "^6.0.0",25 "unist-builder": "^4.0.0",26 "xo": "^2.0.0"27 },28 "exports": "./index.js",29 "files": [30 "index.d.ts",31 "index.js",32 "lib/"33 ],34 "funding": {35 "type": "github",36 "url": "https://github.com/sponsors/wooorm"37 },38 "keywords": [39 "aria",40 "attribute",41 "html",42 "information",43 "info",44 "property",45 "svg"46 ],47 "license": "MIT",48 "name": "property-information",49 "overrides": {50 "c8": {51 "yargs": "^18.0.0"52 }53 },54 "prettier": {55 "bracketSpacing": false,56 "semi": false,57 "singleQuote": true,58 "tabWidth": 2,59 "trailingComma": "none",60 "useTabs": false61 },62 "remarkConfig": {63 "plugins": [64 "remark-preset-wooorm",65 "./script/list.js"66 ]67 },68 "repository": "wooorm/property-information",69 "scripts": {70 "build": "tsc --build --clean && tsc --build && type-coverage",71 "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",72 "generate": "node --conditions development script/generate-react.js && node --conditions development script/generate-exceptions.js",73 "test-api": "node --conditions development test.js",74 "test-coverage": "c8 --100 --reporter lcov -- npm run test-api",75 "test": "npm run generate && npm run build && npm run format && npm run test-coverage"76 },77 "sideEffects": false,78 "typeCoverage": {79 "atLeast": 100,80 "ignoreCatch": true81 },82 "type": "module",83 "version": "7.2.0"84}85 