Current File : //home/tradevaly/www/node_modules/regjsparser/package.json
{
  "_args": [
    [
      "regjsparser@0.6.9",
      "/home/skote/public_html"
    ]
  ],
  "_development": true,
  "_from": "regjsparser@0.6.9",
  "_id": "regjsparser@0.6.9",
  "_inBundle": false,
  "_integrity": "sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==",
  "_location": "/regjsparser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "regjsparser@0.6.9",
    "name": "regjsparser",
    "escapedName": "regjsparser",
    "rawSpec": "0.6.9",
    "saveSpec": null,
    "fetchSpec": "0.6.9"
  },
  "_requiredBy": [
    "/regexpu-core"
  ],
  "_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.9.tgz",
  "_spec": "0.6.9",
  "_where": "/home/skote/public_html",
  "author": {
    "name": "'Julian Viereck'",
    "email": "julian.viereck@gmail.com"
  },
  "bin": {
    "regjsparser": "bin/parser"
  },
  "bugs": {
    "url": "https://github.com/jviereck/regjsparser/issues"
  },
  "dependencies": {
    "jsesc": "~0.5.0"
  },
  "description": "Parsing the JavaScript's RegExp in JavaScript.",
  "devDependencies": {
    "regenerate": "~1.0.1",
    "unicode-11.0.0": "^0.7.8"
  },
  "files": [
    "bin/",
    "LICENSE.BSD",
    "parser.js",
    "README.md"
  ],
  "homepage": "https://github.com/jviereck/regjsparser",
  "license": "BSD-2-Clause",
  "main": "./parser",
  "name": "regjsparser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jviereck/regjsparser.git"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "version": "0.6.9"
}