package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ci-info@^3.1.1",
  3. "_id": "ci-info@3.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==",
  6. "_location": "/ci-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ci-info@^3.1.1",
  12. "name": "ci-info",
  13. "escapedName": "ci-info",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/telemetry",
  20. "/eslint-plugin-unicorn",
  21. "/jest-config",
  22. "/jest-util",
  23. "/std-env"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
  26. "_shasum": "b4ed1fb6818dea4803a55c623041f9165d2066b2",
  27. "_spec": "ci-info@^3.1.1",
  28. "_where": "H:\\gs_nuxt\\node_modules\\std-env",
  29. "author": {
  30. "name": "Thomas Watson Steen",
  31. "email": "w@tson.dk",
  32. "url": "https://twitter.com/wa7son"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/watson/ci-info/issues"
  36. },
  37. "bundleDependencies": false,
  38. "coordinates": [
  39. 55.778231,
  40. 12.593179
  41. ],
  42. "deprecated": false,
  43. "description": "Get details about the current Continuous Integration environment",
  44. "devDependencies": {
  45. "clear-module": "^4.1.2",
  46. "standard": "^16.0.4",
  47. "tape": "^5.3.2"
  48. },
  49. "homepage": "https://github.com/watson/ci-info",
  50. "keywords": [
  51. "ci",
  52. "continuous",
  53. "integration",
  54. "test",
  55. "detect"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "ci-info",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/watson/ci-info.git"
  63. },
  64. "scripts": {
  65. "test": "standard && node test.js"
  66. },
  67. "typings": "index.d.ts",
  68. "version": "3.3.0"
  69. }