mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
60
node_modules/emitter-mixin/package.json
generated
vendored
Normal file
60
node_modules/emitter-mixin/package.json
generated
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
Reference in New Issue
Block a user