package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "invert-kv@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/lcid"
  6. ]
  7. ],
  8. "_from": "invert-kv@>=1.0.0 <2.0.0",
  9. "_id": "invert-kv@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/invert-kv",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "1.4.21",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "invert-kv",
  21. "raw": "invert-kv@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/lcid"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
  31. "_shasum": "104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6",
  32. "_shrinkwrap": null,
  33. "_spec": "invert-kv@^1.0.0",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/lcid",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/invert-kv/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6",
  51. "tarball": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "c28c3a15abcde3f67bd90f90f8ffe54a5f8cb04e",
  60. "homepage": "https://github.com/sindresorhus/invert-kv",
  61. "keywords": [
  62. "invert",
  63. "key",
  64. "kv",
  65. "obj",
  66. "object",
  67. "val",
  68. "value"
  69. ],
  70. "license": "MIT",
  71. "maintainers": [
  72. {
  73. "name": "sindresorhus",
  74. "email": "sindresorhus@gmail.com"
  75. }
  76. ],
  77. "name": "invert-kv",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/invert-kv.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "version": "1.0.0"
  88. }