{
  "_args": [
    [
      "comma-separated-tokens@1.0.7",
      "/var/www/ffxiv/overlays/kagami/kagamireact"
    ]
  ],
  "_from": "comma-separated-tokens@1.0.7",
  "_id": "comma-separated-tokens@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-Jrx3xsP4pPv4AwJUDWY9wOXGtwPXARej6Xd99h4TUGotmf8APuquKMpK+dnD3UgyxK7OEWaisjZz+3b5jtL6xQ==",
  "_location": "/comma-separated-tokens",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "comma-separated-tokens@1.0.7",
    "name": "comma-separated-tokens",
    "escapedName": "comma-separated-tokens",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/hastscript"
  ],
  "_resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.7.tgz",
  "_spec": "1.0.7",
  "_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/comma-separated-tokens/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "description": "Parse and stringify comma-separated tokens",
  "devDependencies": {
    "browserify": "^16.0.0",
    "nyc": "^14.0.0",
    "prettier": "^1.12.0",
    "remark-cli": "^6.0.1",
    "remark-preset-wooorm": "^4.0.0",
    "tape": "^4.0.0",
    "tinyify": "^2.5.0",
    "xo": "^0.24.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/wooorm/comma-separated-tokens#readme",
  "keywords": [
    "dom",
    "html",
    "comma",
    "separated",
    "tokens",
    "parse",
    "stringify"
  ],
  "license": "MIT",
  "name": "comma-separated-tokens",
  "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/comma-separated-tokens.git"
  },
  "scripts": {
    "build": "npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify . -s commaSeparatedTokens -o comma-separated-tokens.js",
    "build-mangle": "browserify . -s commaSeparatedTokens -p tinyify -o comma-separated-tokens.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.0.7",
  "xo": {
    "prettier": true,
    "esnext": false,
    "ignores": [
      "comma-separated-tokens.js"
    ]
  }
}
