{
  "_args": [
    [
      "striptags@2.2.1",
      "/var/www/html/postleaf"
    ]
  ],
  "_from": "striptags@2.2.1",
  "_id": "striptags@2.2.1",
  "_inBundle": false,
  "_integrity": "sha1-TEULcI1BuL85zyTEn/I0/Gqr/TI=",
  "_location": "/striptags",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "striptags@2.2.1",
    "name": "striptags",
    "escapedName": "striptags",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/striptags/-/striptags-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Eric Norris",
    "url": "https://github.com/ericnorris"
  },
  "bugs": {
    "url": "https://github.com/ericnorris/striptags/issues"
  },
  "config": {
    "blanket": {
      "pattern": "src/",
      "data-cover-reporter-options": {
        "shortnames": true
      }
    }
  },
  "description": "PHP strip_tags in Node.js",
  "devDependencies": {
    "blanket": "~1.1.6",
    "mocha": "~2.1.0"
  },
  "homepage": "https://github.com/ericnorris/striptags",
  "jshintConfig": {
    "node": true
  },
  "keywords": [
    "striptags",
    "strip_tags",
    "html",
    "strip",
    "tags"
  ],
  "license": "MIT",
  "main": "striptags.js",
  "name": "striptags",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericnorris/striptags.git"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha",
    "test-coverage": "node ./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html"
  },
  "version": "2.2.1"
}
