package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "globals@11.12.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "globals@11.12.0",
  9. "_id": "globals@11.12.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  12. "_location": "/globals",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "globals@11.12.0",
  18. "name": "globals",
  19. "escapedName": "globals",
  20. "rawSpec": "11.12.0",
  21. "saveSpec": null,
  22. "fetchSpec": "11.12.0"
  23. },
  24. "_requiredBy": [
  25. "/@babel/helper-create-class-features-plugin/@babel/traverse",
  26. "/@babel/helper-replace-supers/@babel/traverse",
  27. "/@babel/helpers/@babel/traverse",
  28. "/@babel/plugin-proposal-function-sent/@babel/traverse",
  29. "/@babel/plugin-transform-classes",
  30. "/documentation/@babel/plugin-transform-classes",
  31. "/documentation/@babel/traverse"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  34. "_spec": "11.12.0",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/globals/issues"
  43. },
  44. "description": "Global identifiers from different JavaScript environments",
  45. "devDependencies": {
  46. "ava": "0.21.0",
  47. "xo": "0.18.0"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js",
  54. "globals.json"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/globals#readme",
  57. "keywords": [
  58. "globals",
  59. "global",
  60. "identifiers",
  61. "variables",
  62. "vars",
  63. "jshint",
  64. "eslint",
  65. "environments"
  66. ],
  67. "license": "MIT",
  68. "name": "globals",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/globals.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "11.12.0",
  77. "xo": {
  78. "ignores": [
  79. "get-browser-globals.js"
  80. ]
  81. }
  82. }