package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "globals@^8.3.0",
  5. "D:\\work\\im\\node_modules\\babel-traverse"
  6. ]
  7. ],
  8. "_from": "globals@>=8.3.0 <9.0.0",
  9. "_id": "globals@8.18.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/globals",
  13. "_nodeVersion": "5.3.0",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "globals",
  22. "raw": "globals@^8.3.0",
  23. "rawSpec": "^8.3.0",
  24. "scope": null,
  25. "spec": ">=8.3.0 <9.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-traverse"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz",
  32. "_shasum": "93d4a62bdcac38cfafafc47d6b034768cb0ffcb4",
  33. "_shrinkwrap": null,
  34. "_spec": "globals@^8.3.0",
  35. "_where": "D:\\work\\im\\node_modules\\babel-traverse",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "http://sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/globals/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Global identifiers from different JavaScript environments",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "93d4a62bdcac38cfafafc47d6b034768cb0ffcb4",
  52. "tarball": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "globals.json"
  60. ],
  61. "gitHead": "d929a0c638008d4cbf87cc7faac5bc5169e2b86d",
  62. "homepage": "https://github.com/sindresorhus/globals",
  63. "keywords": [
  64. "globals",
  65. "global",
  66. "identifiers",
  67. "variables",
  68. "vars",
  69. "jshint",
  70. "eslint",
  71. "environments"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "email": "ben@byk.im",
  77. "name": "byk"
  78. },
  79. {
  80. "email": "schreck.mathias@gmail.com",
  81. "name": "lo1tuma"
  82. },
  83. {
  84. "email": "nicholas@nczconsulting.com",
  85. "name": "nzakas"
  86. },
  87. {
  88. "email": "sindresorhus@gmail.com",
  89. "name": "sindresorhus"
  90. }
  91. ],
  92. "name": "globals",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/globals.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "version": "8.18.0"
  103. }