package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "@babel/plugin-syntax-bigint@^7.8.3",
  3. "_id": "@babel/plugin-syntax-bigint@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  6. "_location": "/@babel/plugin-syntax-bigint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-bigint@^7.8.3",
  12. "name": "@babel/plugin-syntax-bigint",
  13. "escapedName": "@babel%2fplugin-syntax-bigint",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/babel-preset-current-node-syntax"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  23. "_shasum": "4c9a6f669f5d0cdf1b90a1671e9a146be5300cea",
  24. "_spec": "@babel/plugin-syntax-bigint@^7.8.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\babel-preset-current-node-syntax",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-plugin-utils": "^7.8.0"
  29. },
  30. "deprecated": false,
  31. "description": "Allow parsing of BigInt literals",
  32. "devDependencies": {
  33. "@babel/core": "^7.8.0"
  34. },
  35. "keywords": [
  36. "babel-plugin"
  37. ],
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@babel/plugin-syntax-bigint",
  41. "peerDependencies": {
  42. "@babel/core": "^7.0.0-0"
  43. },
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint"
  50. },
  51. "version": "7.8.3"
  52. }