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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "invert-kv@^1.0.0",
  3. "_id": "invert-kv@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
  6. "_location": "/invert-kv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "invert-kv@^1.0.0",
  12. "name": "invert-kv",
  13. "escapedName": "invert-kv",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lcid"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
  22. "_shasum": "104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6",
  23. "_spec": "invert-kv@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\lcid",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/invert-kv/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/invert-kv#readme",
  46. "keywords": [
  47. "object",
  48. "obj",
  49. "key",
  50. "value",
  51. "val",
  52. "kv",
  53. "invert"
  54. ],
  55. "license": "MIT",
  56. "name": "invert-kv",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/sindresorhus/invert-kv.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "version": "1.0.0"
  65. }