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.

82 lines
1.9 KiB

5 years ago
  1. {
  2. "_from": "globals@^12.0.0",
  3. "_id": "globals@12.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c9xoi32iDwlETiyYfO0pd3M8GcEuytJinSoqq7k3fz4H8p2p31NyfKr7JVd7Y0QvmtWcWXcwqW4L33eeDYgh1A==",
  6. "_location": "/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globals@^12.0.0",
  12. "name": "globals",
  13. "escapedName": "globals",
  14. "rawSpec": "^12.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^12.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/compiler"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globals/-/globals-12.0.0.tgz",
  22. "_shasum": "99c258ace9f3f75a5efe7c01387e2e41890c3dba",
  23. "_spec": "globals@^12.0.0",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
  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. "dependencies": {
  35. "type-fest": "^0.6.0"
  36. },
  37. "deprecated": false,
  38. "description": "Global identifiers from different JavaScript environments",
  39. "devDependencies": {
  40. "ava": "^2.2.0",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "globals.json"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/globals#readme",
  52. "keywords": [
  53. "globals",
  54. "global",
  55. "identifiers",
  56. "variables",
  57. "vars",
  58. "jshint",
  59. "eslint",
  60. "environments"
  61. ],
  62. "license": "MIT",
  63. "name": "globals",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/globals.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "tsd": {
  72. "compilerOptions": {
  73. "resolveJsonModule": true
  74. }
  75. },
  76. "version": "12.0.0",
  77. "xo": {
  78. "ignores": [
  79. "get-browser-globals.js"
  80. ]
  81. }
  82. }