MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.npm/registry.npmjs.org/invert-kv/.cache.json
{"_id":"invert-kv","_rev":"6-81c7520343adf51986aa7428f8d30986","name":"invert-kv","description":"Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`","dist-tags":{"latest":"2.0.0"},"versions":{"0.1.0":{"name":"invert-kv","version":"0.1.0","description":"Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/invert-kv"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["object","obj","key","value","val","kv","invert"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/invert-kv/issues"},"homepage":"https://github.com/sindresorhus/invert-kv","_id":"invert-kv@0.1.0","_shasum":"4638ea2a63c8362311d84cc01a5ac6cccb12a541","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"4638ea2a63c8362311d84cc01a5ac6cccb12a541","tarball":"https://registry.npmjs.org/invert-kv/-/invert-kv-0.1.0.tgz"},"directories":{}},"1.0.0":{"name":"invert-kv","version":"1.0.0","description":"Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/invert-kv"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["object","obj","key","value","val","kv","invert"],"devDependencies":{"mocha":"*"},"gitHead":"c28c3a15abcde3f67bd90f90f8ffe54a5f8cb04e","bugs":{"url":"https://github.com/sindresorhus/invert-kv/issues"},"homepage":"https://github.com/sindresorhus/invert-kv","_id":"invert-kv@1.0.0","_shasum":"104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6","tarball":"https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"invert-kv","version":"2.0.0","description":"Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/invert-kv.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["object","key","value","kv","invert"],"devDependencies":{"ava":"*","xo":"*"},"gitHead":"813edf6e4435aa1744bf219cdf25c1333153558f","bugs":{"url":"https://github.com/sindresorhus/invert-kv/issues"},"homepage":"https://github.com/sindresorhus/invert-kv#readme","_id":"invert-kv@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==","shasum":"7393f5afa59ec9ff5f67a27620d11c226e3eec02","tarball":"https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/invert-kv-2.0.0.tgz_1515768649048_0.9197583636268973"},"directories":{}}},"readme":"# invert-kv [![Build Status](https://travis-ci.org/sindresorhus/invert-kv.svg?branch=master)](https://travis-ci.org/sindresorhus/invert-kv)\n\n> Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`\n\n\n## Install\n\n```\n$ npm install invert-kv\n```\n\n\n## Usage\n\n```js\nconst invertKv = require('invert-kv');\n\ninvertKv({foo: 'bar', unicorn: 'rainbow'});\n//=> {bar: 'foo', rainbow: 'unicorn'}\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2018-01-12T14:50:49.979Z","created":"2014-06-26T20:09:53.471Z","0.1.0":"2014-06-26T20:09:53.471Z","1.0.0":"2014-08-13T19:22:00.751Z","2.0.0":"2018-01-12T14:50:49.979Z"},"homepage":"https://github.com/sindresorhus/invert-kv#readme","keywords":["object","key","value","kv","invert"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/invert-kv.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/invert-kv/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"seangenabe":true},"_attachments":{},"_etag":"W/\"4ec5a79e4f88e1283479418bbbae740c\"","_lastModified":"Sun, 27 May 2018 04:48:32 GMT","_cached":true}