package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "invert-kv@1.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "invert-kv@1.0.0",
  10. "_id": "invert-kv@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
  13. "_location": "/invert-kv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "invert-kv@1.0.0",
  19. "name": "invert-kv",
  20. "escapedName": "invert-kv",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/lcid"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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/invert-kv/issues"
  38. },
  39. "description": "Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}",
  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/invert-kv#readme",
  50. "keywords": [
  51. "object",
  52. "obj",
  53. "key",
  54. "value",
  55. "val",
  56. "kv",
  57. "invert"
  58. ],
  59. "license": "MIT",
  60. "name": "invert-kv",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/invert-kv.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "version": "1.0.0"
  69. }