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.

88 lines
1.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "globals@12.4.0",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globals@12.4.0",
  10. "_id": "globals@12.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
  13. "_location": "/globals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globals@12.4.0",
  19. "name": "globals",
  20. "escapedName": "globals",
  21. "rawSpec": "12.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "12.4.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
  29. "_spec": "12.4.0",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/globals/issues"
  38. },
  39. "dependencies": {
  40. "type-fest": "^0.8.1"
  41. },
  42. "description": "Global identifiers from different JavaScript environments",
  43. "devDependencies": {
  44. "ava": "^2.2.0",
  45. "tsd": "^0.9.0",
  46. "xo": "^0.25.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts",
  54. "globals.json"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/globals#readme",
  58. "keywords": [
  59. "globals",
  60. "global",
  61. "identifiers",
  62. "variables",
  63. "vars",
  64. "jshint",
  65. "eslint",
  66. "environments"
  67. ],
  68. "license": "MIT",
  69. "name": "globals",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/globals.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "tsd": {
  78. "compilerOptions": {
  79. "resolveJsonModule": true
  80. }
  81. },
  82. "version": "12.4.0",
  83. "xo": {
  84. "ignores": [
  85. "get-browser-globals.js"
  86. ]
  87. }
  88. }