{ "_from": "web-namespaces@^1.0.0", "_id": "web-namespaces@1.1.3", "_inBundle": false, "_integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA==", "_location": "/web-namespaces", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "web-namespaces@^1.0.0", "name": "web-namespaces", "escapedName": "web-namespaces", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/hast-to-hyperscript", "/hast-util-from-parse5", "/hast-util-raw", "/hast-util-to-parse5" ], "_resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.3.tgz", "_shasum": "9bbf5c99ff0908d2da031f1d732492a96571a83f", "_spec": "web-namespaces@^1.0.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-raw", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/web-namespaces/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Map of web namespaces", "devDependencies": { "bail": "^1.0.0", "browserify": "^16.0.0", "concat-stream": "^2.0.0", "hast-util-select": "^3.0.0", "hast-util-to-string": "^1.0.0", "prettier": "^1.12.0", "rehype-parse": "^6.0.0", "remark-cli": "^6.0.0", "remark-preset-wooorm": "^4.0.0", "tape": "^4.4.0", "tinyify": "^2.5.0", "unified": "^7.0.0", "xo": "^0.24.0" }, "files": [ "index.json" ], "homepage": "https://github.com/wooorm/web-namespaces#readme", "keywords": [ "web", "platform", "namespace", "namespaces", "whatwg", "w3c" ], "license": "MIT", "main": "index.json", "name": "web-namespaces", "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/wooorm/web-namespaces.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s webNamespaces -o web-namespaces.js", "build-mangle": "browserify . -s webNamespaces -p tinyify -o web-namespaces.min.js", "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "generate": "node build", "lint": "xo", "test": "npm run generate && npm run format && npm run build && npm run test-api", "test-api": "node test" }, "version": "1.1.3", "xo": { "prettier": true, "esnext": false, "ignore": [ "web-namespaces.js" ] } }