You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "object.reduce@^1.0.0",
  3. "_id": "object.reduce@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=",
  6. "_location": "/object.reduce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.reduce@^1.0.0",
  12. "name": "object.reduce",
  13. "escapedName": "object.reduce",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/undertaker"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz",
  22. "_shasum": "6fe348f2ac7fa0f95ca621226599096825bb03ad",
  23. "_spec": "object.reduce@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\undertaker",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/object.reduce/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "for-own": "^1.0.0",
  35. "make-iterator": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Reduces an object to a value that is the accumulated result of running each property in the object through a callback.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.11",
  41. "mocha": "^3.2.0"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/object.reduce",
  50. "keywords": [
  51. "object",
  52. "reduce"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "object.reduce",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jonschlinkert/object.reduce.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "verb": {
  65. "toc": false,
  66. "layout": "default",
  67. "tasks": [
  68. "readme"
  69. ],
  70. "plugins": [
  71. "gulp-format-md"
  72. ],
  73. "lint": {
  74. "reflinks": true
  75. }
  76. },
  77. "version": "1.0.1"
  78. }