package.json 1.6 KB

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