package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "xtend@^4.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/stream-http"
  6. ]
  7. ],
  8. "_from": "xtend@>=4.0.0 <5.0.0",
  9. "_id": "xtend@4.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/xtend",
  13. "_nodeVersion": "0.10.32",
  14. "_npmUser": {
  15. "email": "raynos2@gmail.com",
  16. "name": "raynos"
  17. },
  18. "_npmVersion": "2.14.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "xtend",
  22. "raw": "xtend@^4.0.0",
  23. "rawSpec": "^4.0.0",
  24. "scope": null,
  25. "spec": ">=4.0.0 <5.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/error",
  30. "/stream-http",
  31. "/through2"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
  34. "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
  35. "_shrinkwrap": null,
  36. "_spec": "xtend@^4.0.0",
  37. "_where": "/home/seleznev/project Angular/Quality system/node_modules/stream-http",
  38. "author": {
  39. "email": "raynos2@gmail.com",
  40. "name": "Raynos"
  41. },
  42. "bugs": {
  43. "email": "raynos2@gmail.com",
  44. "url": "https://github.com/Raynos/xtend/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Jake Verbaten"
  49. },
  50. {
  51. "name": "Matt Esch"
  52. }
  53. ],
  54. "dependencies": {},
  55. "description": "extend like a boss",
  56. "devDependencies": {
  57. "tape": "~1.1.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
  62. "tarball": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.4"
  66. },
  67. "gitHead": "23dc302a89756da89c1897bc732a752317e35390",
  68. "homepage": "https://github.com/Raynos/xtend",
  69. "keywords": [
  70. "array",
  71. "extend",
  72. "merge",
  73. "object",
  74. "options",
  75. "opts"
  76. ],
  77. "license": "MIT",
  78. "main": "immutable",
  79. "maintainers": [
  80. {
  81. "name": "raynos",
  82. "email": "raynos2@gmail.com"
  83. }
  84. ],
  85. "name": "xtend",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/Raynos/xtend.git"
  91. },
  92. "scripts": {
  93. "test": "node test"
  94. },
  95. "testling": {
  96. "browsers": [
  97. "chrome/22..latest",
  98. "chrome/canary",
  99. "firefox/16..latest",
  100. "firefox/nightly",
  101. "ie/7..latest",
  102. "ipad/6.0..latest",
  103. "iphone/6.0..latest",
  104. "opera/12..latest",
  105. "opera/next",
  106. "safari/5.1..latest"
  107. ],
  108. "files": "test.js"
  109. },
  110. "version": "4.0.1"
  111. }