package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.10.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/helper-compilation-targets@7.10.4",
  9. "_id": "@babel/helper-compilation-targets@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==",
  12. "_location": "/@babel/helper-compilation-targets",
  13. "_phantomChildren": {
  14. "escalade": "3.0.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "@babel/helper-compilation-targets@7.10.4",
  20. "name": "@babel/helper-compilation-targets",
  21. "escapedName": "@babel%2fhelper-compilation-targets",
  22. "scope": "@babel",
  23. "rawSpec": "7.10.4",
  24. "saveSpec": null,
  25. "fetchSpec": "7.10.4"
  26. },
  27. "_requiredBy": [
  28. "/documentation/@babel/preset-env"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz",
  31. "_spec": "7.10.4",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babeljs.io/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "dependencies": {
  41. "@babel/compat-data": "^7.10.4",
  42. "browserslist": "^4.12.0",
  43. "invariant": "^2.2.4",
  44. "levenary": "^1.1.1",
  45. "semver": "^5.5.0"
  46. },
  47. "description": "Engine compat data used in @babel/preset-env",
  48. "devDependencies": {
  49. "@babel/core": "^7.10.4",
  50. "@babel/helper-plugin-test-runner": "^7.10.4"
  51. },
  52. "exports": {
  53. ".": "./lib/index.js"
  54. },
  55. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  56. "homepage": "https://github.com/babel/babel#readme",
  57. "keywords": [
  58. "babel",
  59. "babel-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/index.js",
  63. "name": "@babel/helper-compilation-targets",
  64. "peerDependencies": {
  65. "@babel/core": "^7.0.0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel.git",
  73. "directory": "packages/babel-helper-compilation-targets"
  74. },
  75. "version": "7.10.4"
  76. }