package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "object-assign@^3.0.0",
  6. "scope": null,
  7. "escapedName": "object-assign",
  8. "name": "object-assign",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "object-assign@>=3.0.0 <4.0.0",
  17. "_id": "object-assign@3.0.0",
  18. "_inCache": true,
  19. "_location": "/object-assign",
  20. "_nodeVersion": "0.12.4",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "object-assign@^3.0.0",
  29. "scope": null,
  30. "escapedName": "object-assign",
  31. "name": "object-assign",
  32. "rawSpec": "^3.0.0",
  33. "spec": ">=3.0.0 <4.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-util"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
  40. "_shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
  41. "_shrinkwrap": null,
  42. "_spec": "object-assign@^3.0.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/object-assign/issues"
  51. },
  52. "dependencies": {},
  53. "description": "ES6 Object.assign() ponyfill",
  54. "devDependencies": {
  55. "mocha": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
  60. "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "02622dcb0d82bd81a071ed0b04fedf5e5eea7059",
  69. "homepage": "https://github.com/sindresorhus/object-assign",
  70. "keywords": [
  71. "object",
  72. "assign",
  73. "extend",
  74. "properties",
  75. "es6",
  76. "ecmascript",
  77. "harmony",
  78. "ponyfill",
  79. "prollyfill",
  80. "polyfill",
  81. "shim",
  82. "browser"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "sindresorhus",
  88. "email": "sindresorhus@gmail.com"
  89. }
  90. ],
  91. "name": "object-assign",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sindresorhus/object-assign.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "version": "3.0.0"
  102. }