{
  "_args": [
    [
      {
        "raw": "@babel/types@^7.9.0",
        "scope": "@babel",
        "escapedName": "@babel%2ftypes",
        "name": "@babel/types",
        "rawSpec": "^7.9.0",
        "spec": ">=7.9.0 <8.0.0",
        "type": "range"
      },
      "/var/www/html/ims/node_modules/@babel/core"
    ]
  ],
  "_from": "@babel/types@>=7.9.0 <8.0.0",
  "_hasShrinkwrap": false,
  "_id": "@babel/types@7.9.5",
  "_inCache": true,
  "_location": "/@babel/types",
  "_nodeVersion": "10.19.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/types_7.9.5_1586287520737_0.39064718255798137"
  },
  "_npmUser": {
    "name": "nicolo-ribaudo",
    "email": "nicolo.ribaudo@gmail.com"
  },
  "_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (linux)",
  "_phantomChildren": {},
  "_requested": {
    "raw": "@babel/types@^7.9.0",
    "scope": "@babel",
    "escapedName": "@babel%2ftypes",
    "name": "@babel/types",
    "rawSpec": "^7.9.0",
    "spec": ">=7.9.0 <8.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/generator",
    "/@babel/helper-annotate-as-pure",
    "/@babel/helper-builder-binary-assignment-operator-visitor",
    "/@babel/helper-define-map",
    "/@babel/helper-explode-assignable-expression",
    "/@babel/helper-function-name",
    "/@babel/helper-get-function-arity",
    "/@babel/helper-hoist-variables",
    "/@babel/helper-member-expression-to-functions",
    "/@babel/helper-module-imports",
    "/@babel/helper-module-transforms",
    "/@babel/helper-optimise-call-expression",
    "/@babel/helper-remap-async-to-generator",
    "/@babel/helper-replace-supers",
    "/@babel/helper-simple-access",
    "/@babel/helper-split-export-declaration",
    "/@babel/helper-wrap-function",
    "/@babel/helpers",
    "/@babel/preset-env",
    "/@babel/preset-modules",
    "/@babel/template",
    "/@babel/traverse"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz",
  "_shasum": "89231f82915a8a566a703b3b20133f73da6b9444",
  "_shrinkwrap": null,
  "_spec": "@babel/types@^7.9.0",
  "_where": "/var/www/html/ims/node_modules/@babel/core",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "dependencies": {
    "@babel/helper-validator-identifier": "^7.9.5",
    "lodash": "^4.17.13",
    "to-fast-properties": "^2.0.0"
  },
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "devDependencies": {
    "@babel/generator": "^7.9.5",
    "@babel/parser": "^7.9.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==",
    "shasum": "89231f82915a8a566a703b3b20133f73da6b9444",
    "tarball": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz",
    "fileCount": 94,
    "unpackedSize": 710444,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejNOhCRA9TVsSAnZWagAAtlYP/1kt/o/p8hE1mFvoRdqh\n4of8Wme3fLTm+wNmFntklO7sObZFyTwZsNtYotTp3Gn+n7G5de88f3ZfwY2e\nj7muRvPHSznw2HBL78CYZ/zyvB3O/LYrIQD2HyhWIQldhlUzywyiVGt3jXla\nrasSMAb83ayXd8wl5godCPaqSbo2h0va5z2iFgtbTSkPaSKshas70VvUI5ik\nxSLCut/12Vu8/Rbzc3s7yeNSRpHlmR8zkxXZ+6JqPJMUXUPBOQww41aXI++4\ncTWNQzwZQbpLelV+LAXBengoa2zPELcdorkj4nMRfMF1QWbUTJfUIupQfHji\ndOPMFxX8RgqMXBrI8olHZ0nogJ8ni+4mDMMk0HJLc7+etJfEYbPlFkUQ20Fv\nE8s5V/BUK/zIWo3O0cfQB82NLuJbyHJkCxX34ivqkOGD4t7QkNUPPjgJObun\nJ5x9cvHEMrZsIkTXwZGWimhoMwIc4As4RjJ5fBlbg23KuWLaiLmSFEzYp1sm\nvMflEoTlzxQyTw0FS4+WxMZTfAkUNws8MGBIVrNf3pf0kb8lfqwam74vT08a\nyBSJ1LOuuoqenTkIkvsNMZ+/nccIoMODiyJX4H2N+2DOu/s4K53GH25z5Q6a\nCk+gQv7lbVHZIpFMSIuH2pHWWEsrqPs6ChZL7BLU3d3q5KEKd08voCm3MQQn\nl1p6\r\n=C1f6\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "danez",
      "email": "daniel@tschinder.de"
    },
    {
      "name": "developit",
      "email": "jason@developit.ca"
    },
    {
      "name": "existentialism",
      "email": "bng412@gmail.com"
    },
    {
      "name": "hzoo",
      "email": "hi@henryzoo.com"
    },
    {
      "name": "loganfsmyth",
      "email": "loganfsmyth@gmail.com"
    },
    {
      "name": "nicolo-ribaudo",
      "email": "nicolo.ribaudo@gmail.com"
    }
  ],
  "name": "@babel/types",
  "optionalDependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
  },
  "types": "lib/index.d.ts",
  "version": "7.9.5"
}
