12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_args": [
- [
- "object-component@0.0.3",
- "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client"
- ]
- ],
- "_from": "object-component@0.0.3",
- "_id": "object-component@0.0.3",
- "_inCache": true,
- "_installable": true,
- "_location": "/object-component",
- "_npmUser": {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- },
- "_npmVersion": "1.1.61",
- "_phantomChildren": {},
- "_requested": {
- "name": "object-component",
- "raw": "object-component@0.0.3",
- "rawSpec": "0.0.3",
- "scope": null,
- "spec": "0.0.3",
- "type": "version"
- },
- "_requiredBy": [
- "/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/lyxaira/Artesanias/artesanias/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"
- }
|