{
  "_args": [
    [
      "comment-regex@1.0.1",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "comment-regex@1.0.1",
  "_id": "comment-regex@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-IWlN//Yfby92tOIje7J18HkNmWRR7JESA/BK8W7wqY/akITpU5B0JQWnbTjCfdChSrDNb0DrdA9jfAxiiBXyiQ==",
  "_location": "/comment-regex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "comment-regex@1.0.1",
    "name": "comment-regex",
    "escapedName": "comment-regex",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/perfectionist"
  ],
  "_resolved": "https://registry.npmjs.org/comment-regex/-/comment-regex-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/comment-regex/issues"
  },
  "description": "Regular expression for matching JavaScript comments",
  "devDependencies": {
    "ava": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/comment-regex#readme",
  "keywords": [
    "text",
    "string",
    "regex",
    "regexp",
    "re",
    "match",
    "test",
    "find",
    "pattern",
    "comment",
    "comments",
    "js",
    "javascript",
    "line",
    "block"
  ],
  "license": "MIT",
  "name": "comment-regex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/comment-regex.git"
  },
  "scripts": {
    "test": "ava"
  },
  "version": "1.0.1"
}
