package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "globals@11.12.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globals@11.12.0",
  10. "_id": "globals@11.12.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  13. "_location": "/globals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globals@11.12.0",
  19. "name": "globals",
  20. "escapedName": "globals",
  21. "rawSpec": "11.12.0",
  22. "saveSpec": null,
  23. "fetchSpec": "11.12.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-classes",
  27. "/@babel/traverse",
  28. "/@vue/cli-plugin-eslint/eslint"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  31. "_spec": "11.12.0",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/globals/issues"
  40. },
  41. "description": "Global identifiers from different JavaScript environments",
  42. "devDependencies": {
  43. "ava": "0.21.0",
  44. "xo": "0.18.0"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js",
  51. "globals.json"
  52. ],
  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. "version": "11.12.0",
  74. "xo": {
  75. "ignores": [
  76. "get-browser-globals.js"
  77. ]
  78. }
  79. }