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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "map-obj@^1.0.1",
  3. "_id": "map-obj@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
  6. "_location": "/map-obj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "map-obj@^1.0.1",
  12. "name": "map-obj",
  13. "escapedName": "map-obj",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/camelcase-keys",
  20. "/meow"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  23. "_shasum": "d933ceb9205d82bdcf4886f6742bdc2b4dea146d",
  24. "_spec": "map-obj@^1.0.1",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\meow",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/map-obj/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Map object keys and values into a new object",
  37. "devDependencies": {
  38. "ava": "0.0.4"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/map-obj#readme",
  47. "keywords": [
  48. "map",
  49. "obj",
  50. "object",
  51. "key",
  52. "keys",
  53. "value",
  54. "values",
  55. "val",
  56. "iterate",
  57. "iterator"
  58. ],
  59. "license": "MIT",
  60. "name": "map-obj",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/map-obj.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.0.1"
  69. }