added unit testing, and started implementing unit tests...phew
This commit is contained in:
57
node_modules/yaeti/package.json
generated
vendored
Normal file
57
node_modules/yaeti/package.json
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"_from": "yaeti@^0.0.6",
|
||||
"_id": "yaeti@0.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc=",
|
||||
"_location": "/yaeti",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "yaeti@^0.0.6",
|
||||
"name": "yaeti",
|
||||
"escapedName": "yaeti",
|
||||
"rawSpec": "^0.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/websocket"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz",
|
||||
"_shasum": "f26f484d72684cf42bedfb76970aa1608fbf9577",
|
||||
"_spec": "yaeti@^0.0.6",
|
||||
"_where": "/Users/josh.burman/Projects/braid/node_modules/websocket",
|
||||
"author": {
|
||||
"name": "Iñaki Baz Castillo",
|
||||
"email": "ibc@aliax.net"
|
||||
},
|
||||
"browser": {
|
||||
"./lib/Event.js": "./lib/Event.browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ibc/yaeti/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Yet Another EventTarget Implementation",
|
||||
"devDependencies": {
|
||||
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
|
||||
"gulp-jscs": "^1.6.0",
|
||||
"gulp-jscs-stylish": "^1.1.0",
|
||||
"gulp-jshint": "^1.11.2",
|
||||
"jshint-stylish": "~1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.32"
|
||||
},
|
||||
"homepage": "https://github.com/ibc/yaeti#readme",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "yaeti",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ibc/yaeti.git"
|
||||
},
|
||||
"version": "0.0.6"
|
||||
}
|
Reference in New Issue
Block a user