package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "object-assign@3.0.0",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-assign@3.0.0",
  10. "_id": "object-assign@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
  13. "_location": "/object-assign",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-assign@3.0.0",
  19. "name": "object-assign",
  20. "escapedName": "object-assign",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/object-assign/issues"
  38. },
  39. "description": "ES6 Object.assign() ponyfill",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  50. "keywords": [
  51. "object",
  52. "assign",
  53. "extend",
  54. "properties",
  55. "es6",
  56. "ecmascript",
  57. "harmony",
  58. "ponyfill",
  59. "prollyfill",
  60. "polyfill",
  61. "shim",
  62. "browser"
  63. ],
  64. "license": "MIT",
  65. "name": "object-assign",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/object-assign.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "3.0.0"
  74. }