package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "is-ci@^2.0.0",
  3. "_id": "is-ci@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
  6. "_location": "/is-ci",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-ci@^2.0.0",
  12. "name": "is-ci",
  13. "escapedName": "is-ci",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-util",
  20. "/jest/jest-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
  23. "_shasum": "6bc6334181810e04b5c22b3d589fdca55026404c",
  24. "_spec": "is-ci@^2.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-util",
  26. "author": {
  27. "name": "Thomas Watson Steen",
  28. "email": "w@tson.dk",
  29. "url": "https://twitter.com/wa7son"
  30. },
  31. "bin": {
  32. "is-ci": "bin.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/watson/is-ci/issues"
  36. },
  37. "bundleDependencies": false,
  38. "coordinates": [
  39. 55.778272,
  40. 12.593116
  41. ],
  42. "dependencies": {
  43. "ci-info": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Detect if the current environment is a CI server",
  47. "devDependencies": {
  48. "clear-module": "^3.0.0",
  49. "standard": "^12.0.1"
  50. },
  51. "homepage": "https://github.com/watson/is-ci",
  52. "keywords": [
  53. "ci",
  54. "continuous",
  55. "integration",
  56. "test",
  57. "detect"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "is-ci",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/watson/is-ci.git"
  65. },
  66. "scripts": {
  67. "test": "standard && node test.js"
  68. },
  69. "version": "2.0.0"
  70. }