package.json 1.9 KB

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