{
  "_from": "ccount@^1.0.0",
  "_id": "ccount@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-U7ai+BW7d7nChx97mnLDol8djok=",
  "_location": "/ccount",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ccount@^1.0.0",
    "name": "ccount",
    "escapedName": "ccount",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/remark-stringify"
  ],
  "_resolved": "http://registry.npm.taobao.org/ccount/download/ccount-1.0.2.tgz",
  "_shasum": "53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89",
  "_spec": "ccount@^1.0.0",
  "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/remark-stringify",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "http://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/ccount/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "http://wooorm.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Count characters",
  "devDependencies": {
    "browserify": "^14.0.0",
    "esmangle": "^1.0.1",
    "nyc": "^11.0.0",
    "remark-cli": "^3.0.0",
    "remark-preset-wooorm": "^3.0.0",
    "tape": "^4.0.0",
    "xo": "^0.18.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/wooorm/ccount#readme",
  "keywords": [
    "character",
    "count",
    "char"
  ],
  "license": "MIT",
  "name": "ccount",
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/ccount.git"
  },
  "scripts": {
    "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify index.js --bare -s ccount > ccount.js",
    "build-mangle": "esmangle ccount.js > ccount.min.js",
    "build-md": "remark . -qfo",
    "lint": "xo",
    "test": "npm run build && npm run lint && npm run test-coverage",
    "test-api": "node test",
    "test-coverage": "nyc --reporter lcov tape test.js"
  },
  "version": "1.0.2",
  "xo": {
    "space": true,
    "esnext": false,
    "ignores": [
      "ccount.js"
    ]
  }
}
