{
  "manifest": {
    "name": "babel-preset-current-node-syntax",
    "version": "1.0.1",
    "description": "A Babel preset that enables parsing of proposals supported by the current Node.js version.",
    "main": "src/index.js",
    "repository": {
      "type": "git",
      "url": "https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git"
    },
    "author": {
      "name": "Nicolò Ribaudo",
      "url": "https://github.com/nicolo-ribaudo"
    },
    "scripts": {
      "test": "node ./test/index.js",
      "prepublish": "./scripts/check-yarn-bug.sh"
    },
    "dependencies": {
      "@babel/plugin-syntax-async-generators": "^7.8.4",
      "@babel/plugin-syntax-bigint": "^7.8.3",
      "@babel/plugin-syntax-class-properties": "^7.8.3",
      "@babel/plugin-syntax-import-meta": "^7.8.3",
      "@babel/plugin-syntax-json-strings": "^7.8.3",
      "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
      "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
      "@babel/plugin-syntax-numeric-separator": "^7.8.3",
      "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
      "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
      "@babel/plugin-syntax-optional-chaining": "^7.8.3",
      "@babel/plugin-syntax-top-level-await": "^7.8.3"
    },
    "peerDependencies": {
      "@babel/core": "^7.0.0"
    },
    "devDependencies": {
      "@babel/core": "7.0.0",
      "@babel/parser-7.0.0": "npm:@babel/parser@7.0.0",
      "@babel/parser-7.9.0": "npm:@babel/parser@7.9.0"
    },
    "license": "MIT",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-babel-preset-current-node-syntax-1.0.1-b4399239b89b2a011f9ddbe3e4f401fc40cff73b-integrity/node_modules/babel-preset-current-node-syntax/package.json",
    "readmeFilename": "README.md",
    "readme": "# `babel-preset-current-node-syntax`\n\n> A Babel preset that enables parsing of proposals supported by the current Node.js version.\n\n## Installation\n\nIf you are using yarn:\n```\nyarn add --dev babel-preset-current-node-syntax\n```\n\nIf you are using npm:\n```\nnpm install --save-dev babel-preset-current-node-syntax\n```\n\n## Contributing\n\nPRs are welcome! The codebase is so small that I didn't setup a linter, but try\nto match the style of the existing code.\n\nYou can run tests with the following command:\n```\nyarn node test/index.js\n```\n\nThe `test/fixtures.json` file contains a bunch of syntax tests, alongside with\nthe minimum supported node version for each of them. Babel should throw on\nolder versions, without support for that given syntax.\nAll the tests are run using `@babel/parser@7.0.0`.\n",
    "licenseText": "MIT License\n\nCopyright (c) 2020 Nicolò Ribaudo and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
    "hash": "b4399239b89b2a011f9ddbe3e4f401fc40cff73b",
    "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
    "registry": "npm",
    "packageName": "babel-preset-current-node-syntax",
    "cacheIntegrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== sha1-tDmSObibKgEfndvj5PQB/EDP9zs="
  },
  "registry": "npm",
  "hash": "b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
}