mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-21 16:59:08 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"emitter-mixin@0.0.3",
|
|
"/Users/tatiana/selfdefined"
|
|
]
|
|
],
|
|
"_from": "emitter-mixin@0.0.3",
|
|
"_id": "emitter-mixin@0.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-WUjLKG8uSO3DslGnz8H3iDOW1lw=",
|
|
"_location": "/emitter-mixin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "emitter-mixin@0.0.3",
|
|
"name": "emitter-mixin",
|
|
"escapedName": "emitter-mixin",
|
|
"rawSpec": "0.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/recursive-copy"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/emitter-mixin/-/emitter-mixin-0.0.3.tgz",
|
|
"_spec": "0.0.3",
|
|
"_where": "/Users/tatiana/selfdefined",
|
|
"author": {
|
|
"name": "Amir Abu Shareb",
|
|
"email": "amir.abu.shareb@me.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yields/emitter-mixin/issues"
|
|
},
|
|
"description": "Node's EventEmitter mixin",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"homepage": "https://github.com/yields/emitter-mixin#readme",
|
|
"keywords": [
|
|
"emitter",
|
|
"mixin",
|
|
"EventEmitter",
|
|
"events"
|
|
],
|
|
"license": "MIT",
|
|
"main": "y",
|
|
"name": "emitter-mixin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yields/emitter-mixin.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.0.3"
|
|
}
|