| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/readjs/node_modules/object-component/ |
Upload File : |
{
"_args": [
[
{
"raw": "object-component@0.0.3",
"scope": null,
"escapedName": "object-component",
"name": "object-component",
"rawSpec": "0.0.3",
"spec": "0.0.3",
"type": "version"
},
"/home/gavin/workspace/meanjs/node_modules/socket.io-client"
]
],
"_from": "object-component@0.0.3",
"_id": "object-component@0.0.3",
"_inCache": true,
"_location": "/object-component",
"_npmUser": {
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
"_npmVersion": "1.1.61",
"_phantomChildren": {},
"_requested": {
"raw": "object-component@0.0.3",
"scope": null,
"escapedName": "object-component",
"name": "object-component",
"rawSpec": "0.0.3",
"spec": "0.0.3",
"type": "version"
},
"_requiredBy": [
"/karma/socket.io-client",
"/socket.io-client"
],
"_resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
"_shasum": "f0c69aa50efc95b866c186f400a33769cb2f1291",
"_shrinkwrap": null,
"_spec": "object-component@0.0.3",
"_where": "/home/gavin/workspace/meanjs/node_modules/socket.io-client",
"component": {
"scripts": {
"object/index.js": "index.js"
}
},
"dependencies": {},
"description": "Object utils.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "f0c69aa50efc95b866c186f400a33769cb2f1291",
"tarball": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "object-component",
"optionalDependencies": {},
"readme": "\n# object\n\n Object utils.\n\n## API\n\n### .keys(obj)\n\n Return the keys for `obj`.\n\n### .values(obj)\n\n Return the values for `obj`.\n\n### .length(obj)\n\n Return the number of keys for `obj`.\n\n### .isEmpty(obj)\n\n Check if `obj` is empty.\n\n### .merge(a, b)\n\n Merge object `b` into `a`, returns `a`.\n Precedence is given to `b`.\n\n## License\n\n MIT",
"version": "0.0.3"
}