Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "globals@^11.7.0",
  3. "_id": "globals@11.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg==",
  6. "_location": "/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globals@^11.7.0",
  12. "name": "globals",
  13. "escapedName": "globals",
  14. "rawSpec": "^11.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.7.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globals/-/globals-11.9.0.tgz",
  22. "_shasum": "bde236808e987f290768a93d065060d78e6ab249",
  23. "_spec": "globals@^11.7.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  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.9.0",
  68. "xo": {
  69. "ignores": [
  70. "get-browser-globals.js"
  71. ]
  72. }
  73. }