{ "_from": "property-information@^4.0.0", "_id": "property-information@4.2.0", "_inBundle": false, "_integrity": "sha512-TlgDPagHh+eBKOnH2VYvk8qbwsCG/TAJdmTL7f1PROUcSO8qt/KSmShEQ/OKvock8X9tFjtqjCScyOkkkvIKVQ==", "_location": "/property-information", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "property-information@^4.0.0", "name": "property-information", "escapedName": "property-information", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/hast-to-hyperscript", "/hast-util-from-parse5", "/hast-util-to-html", "/hast-util-to-parse5", "/hastscript" ], "_resolved": "https://registry.npmjs.org/property-information/-/property-information-4.2.0.tgz", "_shasum": "f0e66e07cbd6fed31d96844d958d153ad3eb486e", "_spec": "property-information@^4.0.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-from-parse5", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/property-information/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, { "name": "Dustin Deus", "email": "deusdustin@gmail.com", "url": "http://starptech.de" } ], "dependencies": { "xtend": "^4.0.1" }, "deprecated": false, "description": "Information for HTML properties", "devDependencies": { "alpha-sort": "^2.0.1", "arr-union": "^3.1.0", "bail": "^1.0.3", "browserify": "^16.0.0", "concat-stream": "^1.6.2", "html-element-attributes": "^2.0.0", "mdast-util-to-string": "^1.0.4", "mdast-zone": "^3.0.1", "nyc": "^12.0.0", "object.values": "^1.0.4", "prettier": "^1.13.7", "remark-cli": "^5.0.0", "remark-frontmatter": "^1.2.0", "remark-parse": "^5.0.0", "remark-preset-wooorm": "^4.0.0", "svg-element-attributes": "^1.2.1", "tape": "^4.2.0", "tinyify": "^2.4.3", "unified": "^7.0.0", "unist-builder": "^1.0.2", "unist-util-visit": "^1.3.1", "xo": "^0.21.0" }, "files": [ "index.js", "html.js", "svg.js", "normalize.js", "find.js", "lib/" ], "homepage": "https://github.com/wooorm/property-information#readme", "keywords": [ "html", "property", "attribute", "information", "info" ], "license": "MIT", "name": "property-information", "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": [ "./script/list", "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/property-information.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js -s propertyInformation > property-information.js", "build-mangle": "browserify index.js -s propertyInformation -p tinyify > property-information.min.js", "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "generate": "node script/generate-react", "test": "npm run generate && npm run format && npm run build && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "4.2.0", "xo": { "prettier": true, "esnext": false, "rules": { "guard-for-in": "off" }, "ignore": [ "property-information.js" ] } }