package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "is-ci@1.2.1",
  5. "/Users/mac/projects/mime/mine"
  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. "/yorkie"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-ci/-/is-ci-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Thomas Watson Steen",
  33. "email": "w@tson.dk",
  34. "url": "https://twitter.com/wa7son"
  35. },
  36. "bin": {
  37. "is-ci": "bin.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/watson/is-ci/issues"
  41. },
  42. "coordinates": [
  43. 55.778255,
  44. 12.593033
  45. ],
  46. "dependencies": {
  47. "ci-info": "^1.5.0"
  48. },
  49. "description": "Detect if the current environment is a CI server",
  50. "devDependencies": {
  51. "clear-require": "^1.0.1",
  52. "standard": "^11.0.1"
  53. },
  54. "homepage": "https://github.com/watson/is-ci",
  55. "keywords": [
  56. "ci",
  57. "continuous",
  58. "integration",
  59. "test",
  60. "detect"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "is-ci",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/watson/is-ci.git"
  68. },
  69. "scripts": {
  70. "test": "standard && node test.js"
  71. },
  72. "version": "1.2.1"
  73. }