Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.7 KiB

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