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 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "object.map@^1.0.0",
  3. "_id": "object.map@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=",
  6. "_location": "/object.map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.map@^1.0.0",
  12. "name": "object.map",
  13. "escapedName": "object.map",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/liftoff"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
  22. "_shasum": "cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37",
  23. "_spec": "object.map@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\liftoff",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/object.map/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Blaine Bublitz",
  36. "url": "https://twitter.com/BlaineBublitz"
  37. },
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "dependencies": {
  48. "for-own": "^1.0.0",
  49. "make-iterator": "^1.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.",
  53. "devDependencies": {
  54. "gulp-format-md": "^0.1.11",
  55. "mocha": "^3.2.0"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/object.map",
  64. "keywords": [
  65. "map",
  66. "object"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "object.map",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/object.map.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "related": {
  88. "list": [
  89. "arr-map",
  90. "array-each",
  91. "collection-map"
  92. ]
  93. },
  94. "lint": {
  95. "reflinks": true
  96. }
  97. },
  98. "version": "1.0.1"
  99. }