{
  "_args": [
    [
      "js-tokens@4.0.0",
      "/root/.jenkins/workspace/web"
    ]
  ],
  "_development": true,
  "_from": "js-tokens@4.0.0",
  "_id": "js-tokens@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=",
  "_location": "/js-tokens",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-tokens@4.0.0",
    "name": "js-tokens",
    "escapedName": "js-tokens",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/@babel/helper-wrap-function/@babel/highlight",
    "/@babel/highlight",
    "/@babel/plugin-proposal-class-static-block/@babel/highlight",
    "/@babel/plugin-proposal-private-methods/@babel/highlight",
    "/@babel/plugin-proposal-private-property-in-object/@babel/highlight",
    "/@babel/plugin-transform-classes/@babel/highlight",
    "/@babel/plugin-transform-function-name/@babel/highlight",
    "/@babel/plugin-transform-modules-amd/@babel/highlight",
    "/@babel/plugin-transform-modules-commonjs/@babel/highlight",
    "/@babel/plugin-transform-modules-systemjs/@babel/highlight",
    "/@babel/plugin-transform-modules-umd/@babel/highlight",
    "/@babel/plugin-transform-object-super/@babel/highlight",
    "/@babel/preset-env/@babel/highlight"
  ],
  "_resolved": "https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/root/.jenkins/workspace/web",
  "author": {
    "name": "Simon Lydell"
  },
  "bugs": {
    "url": "https://github.com/lydell/js-tokens/issues"
  },
  "description": "A regex that tokenizes JavaScript.",
  "devDependencies": {
    "coffeescript": "2.1.1",
    "esprima": "4.0.0",
    "everything.js": "1.0.3",
    "mocha": "5.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/lydell/js-tokens#readme",
  "keywords": [
    "JavaScript",
    "js",
    "token",
    "tokenize",
    "regex"
  ],
  "license": "MIT",
  "name": "js-tokens",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lydell/js-tokens.git"
  },
  "scripts": {
    "build": "node generate-index.js",
    "dev": "npm run build && npm test",
    "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
    "test": "mocha --ui tdd"
  },
  "version": "4.0.0"
}
