package.json 1.7 KB

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