package.json 2.7 KB

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