{
  "_args": [
    [
      "regex-parser@2.2.9",
      "/Applications/XAMPP/xamppfiles/htdocs/doctoworld"
    ]
  ],
  "_from": "regex-parser@2.2.9",
  "_id": "regex-parser@2.2.9",
  "_inBundle": false,
  "_integrity": "sha512-VncXxOF6uFlYog5prG2j+e2UGJeam5MfNiJnB/qEgo4KTnMm2XrELCg4rNZ6IlaEUZnGlb8aB6lXowCRQtTkkA==",
  "_location": "/regex-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "regex-parser@2.2.9",
    "name": "regex-parser",
    "escapedName": "regex-parser",
    "rawSpec": "2.2.9",
    "saveSpec": null,
    "fetchSpec": "2.2.9"
  },
  "_requiredBy": [
    "/adjust-sourcemap-loader"
  ],
  "_resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.9.tgz",
  "_spec": "2.2.9",
  "_where": "/Applications/XAMPP/xamppfiles/htdocs/doctoworld",
  "author": {
    "name": "Ionică Bizău",
    "email": "bizauionica@gmail.com",
    "url": "https://ionicabizau.net"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/regex-parser.js/issues"
  },
  "description": "A module that parses a string as regular expression and returns the parsed value.",
  "devDependencies": {
    "vows": "^0.8.1"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ],
  "homepage": "https://github.com/IonicaBizau/regex-parser.js",
  "keywords": [
    "regular",
    "expressions",
    "node",
    "parser",
    "string"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "regex-parser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/regex-parser.js.git"
  },
  "scripts": {
    "test": "vows --spec --isolate"
  },
  "typings": "lib/typings/regex-parser.d.ts",
  "version": "2.2.9"
}
