package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "ci-info@^2.0.0",
  3. "_id": "ci-info@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
  6. "_location": "/ci-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ci-info@^2.0.0",
  12. "name": "ci-info",
  13. "escapedName": "ci-info",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-ci"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
  22. "_shasum": "67a9e964be31a51e15e5010d58e6f12834002f46",
  23. "_spec": "ci-info@^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\is-ci",
  25. "author": {
  26. "name": "Thomas Watson Steen",
  27. "email": "w@tson.dk",
  28. "url": "https://twitter.com/wa7son"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/watson/ci-info/issues"
  32. },
  33. "bundleDependencies": false,
  34. "coordinates": [
  35. 55.778231,
  36. 12.593179
  37. ],
  38. "dependencies": {},
  39. "deprecated": false,
  40. "description": "Get details about the current Continuous Integration environment",
  41. "devDependencies": {
  42. "clear-require": "^1.0.1",
  43. "standard": "^12.0.1",
  44. "tape": "^4.9.1"
  45. },
  46. "homepage": "https://github.com/watson/ci-info",
  47. "keywords": [
  48. "ci",
  49. "continuous",
  50. "integration",
  51. "test",
  52. "detect"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "ci-info",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/watson/ci-info.git"
  60. },
  61. "scripts": {
  62. "test": "standard && node test.js"
  63. },
  64. "version": "2.0.0"
  65. }