package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-numeric-separator@7.10.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-syntax-numeric-separator@7.10.4",
  9. "_id": "@babel/plugin-syntax-numeric-separator@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  12. "_location": "/@babel/plugin-syntax-numeric-separator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-syntax-numeric-separator@7.10.4",
  18. "name": "@babel/plugin-syntax-numeric-separator",
  19. "escapedName": "@babel%2fplugin-syntax-numeric-separator",
  20. "scope": "@babel",
  21. "rawSpec": "7.10.4",
  22. "saveSpec": null,
  23. "fetchSpec": "7.10.4"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-proposal-numeric-separator",
  27. "/documentation/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  30. "_spec": "7.10.4",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-plugin-utils": "^7.10.4"
  37. },
  38. "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
  39. "devDependencies": {
  40. "@babel/core": "^7.10.4"
  41. },
  42. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  43. "homepage": "https://github.com/babel/babel#readme",
  44. "keywords": [
  45. "babel-plugin"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@babel/plugin-syntax-numeric-separator",
  50. "peerDependencies": {
  51. "@babel/core": "^7.0.0-0"
  52. },
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-plugin-syntax-numeric-separator"
  60. },
  61. "version": "7.10.4"
  62. }