package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "globals@^11.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6. "_location": "/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globals@^11.1.0",
  12. "name": "globals",
  13. "escapedName": "globals",
  14. "rawSpec": "^11.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/traverse"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  22. "_shasum": "ab8795338868a0babd8525758018c2a7eb95c42e",
  23. "_spec": "globals@^11.1.0",
  24. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/traverse",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/globals/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Global identifiers from different JavaScript environments",
  36. "devDependencies": {
  37. "ava": "0.21.0",
  38. "xo": "0.18.0"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js",
  45. "globals.json"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/globals#readme",
  48. "keywords": [
  49. "globals",
  50. "global",
  51. "identifiers",
  52. "variables",
  53. "vars",
  54. "jshint",
  55. "eslint",
  56. "environments"
  57. ],
  58. "license": "MIT",
  59. "name": "globals",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/globals.git"
  63. },
  64. "scripts": {
  65. "test": "xo && ava"
  66. },
  67. "version": "11.12.0",
  68. "xo": {
  69. "ignores": [
  70. "get-browser-globals.js"
  71. ]
  72. }
  73. }