package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-ci@1.2.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-ci@1.2.1",
  10. "_id": "is-ci@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-43ecjuF/zPQoSI9uKBGH8uYyhBw=",
  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.npm.taobao.org/is-ci/download/is-ci-1.2.1.tgz",
  31. "_spec": "1.2.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }