package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "detect-conflict@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator"
  6. ]
  7. ],
  8. "_from": "detect-conflict@>=1.0.0 <2.0.0",
  9. "_id": "detect-conflict@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/detect-conflict",
  13. "_nodeVersion": "6.2.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/detect-conflict-1.0.1.tgz_1467670923112_0.9460013275966048"
  17. },
  18. "_npmUser": {
  19. "email": "admin@simonboudrias.com",
  20. "name": "sboudrias"
  21. },
  22. "_npmVersion": "3.9.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "detect-conflict",
  26. "raw": "detect-conflict@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/yeoman-generator"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/detect-conflict/-/detect-conflict-1.0.1.tgz",
  36. "_shasum": "088657a66a961c05019db7c4230883b1c6b4176e",
  37. "_shrinkwrap": null,
  38. "_spec": "detect-conflict@^1.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator",
  40. "author": {
  41. "name": "Simon Boudrias"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/SBoudrias/detect-conflict/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Small utility library that check if a new file content can be merged safely in the on-disk existing file.",
  48. "devDependencies": {
  49. "mocha": "^1.21.5"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "088657a66a961c05019db7c4230883b1c6b4176e",
  54. "tarball": "https://registry.npmjs.org/detect-conflict/-/detect-conflict-1.0.1.tgz"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "e76dace2df7c0950f2b32ee9bddddc98200d61ba",
  60. "homepage": "https://github.com/SBoudrias/detect-conflict",
  61. "license": "MIT",
  62. "main": "index.js",
  63. "maintainers": [
  64. {
  65. "name": "sboudrias",
  66. "email": "admin@simonboudrias.com"
  67. }
  68. ],
  69. "name": "detect-conflict",
  70. "optionalDependencies": {},
  71. "readme": "ERROR: No README data found!",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/SBoudrias/detect-conflict.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "version": "1.0.1"
  80. }