{
  "_args": [
    [
      "web-namespaces@1.1.3",
      "/var/www/ffxiv/overlays/kagami/kagamireact"
    ]
  ],
  "_from": "web-namespaces@1.1.3",
  "_id": "web-namespaces@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA==",
  "_location": "/web-namespaces",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "web-namespaces@1.1.3",
    "name": "web-namespaces",
    "escapedName": "web-namespaces",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/hast-util-from-parse5"
  ],
  "_resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "/var/www/ffxiv/overlays/kagami/kagamireact",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/web-namespaces/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "dependencies": {},
  "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"
    ]
  }
}
