package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "ci-info@1.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ci-info@1.6.0",
  10. "_id": "ci-info@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LKINu5zrMtRSSmgzAzE/AwSx5Jc=",
  13. "_location": "/ci-info",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ci-info@1.6.0",
  19. "name": "ci-info",
  20. "escapedName": "ci-info",
  21. "rawSpec": "1.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.0"
  24. },
  25. "_requiredBy": [
  26. "/is-ci"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/ci-info/download/ci-info-1.6.0.tgz",
  29. "_spec": "1.6.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Thomas Watson Steen",
  33. "email": "w@tson.dk",
  34. "url": "https://twitter.com/wa7son"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/watson/ci-info/issues"
  38. },
  39. "coordinates": [
  40. 55.778271,
  41. 12.593091
  42. ],
  43. "dependencies": {},
  44. "description": "Get details about the current Continuous Integration environment",
  45. "devDependencies": {
  46. "clear-require": "^1.0.1",
  47. "standard": "^12.0.1",
  48. "tape": "^4.9.1"
  49. },
  50. "homepage": "https://github.com/watson/ci-info",
  51. "keywords": [
  52. "ci",
  53. "continuous",
  54. "integration",
  55. "test",
  56. "detect"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "ci-info",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/watson/ci-info.git"
  64. },
  65. "scripts": {
  66. "test": "standard && node test.js"
  67. },
  68. "version": "1.6.0"
  69. }