You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.7 KiB

{
"_from": "event-lite@^0.1.1",
"_id": "event-lite@0.1.2",
"_inBundle": false,
"_integrity": "sha512-HnSYx1BsJ87/p6swwzv+2v6B4X+uxUteoDfRxsAb1S1BePzQqOLevVmkdA15GHJVd9A9Ok6wygUR18Hu0YeV9g==",
"_location": "/event-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "event-lite@^0.1.1",
"name": "event-lite",
"escapedName": "event-lite",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/msgpack-lite"
],
"_resolved": "https://registry.npmjs.org/event-lite/-/event-lite-0.1.2.tgz",
"_shasum": "838a3e0fdddef8cc90f128006c8e55a4e4e4c11b",
"_spec": "event-lite@^0.1.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/msgpack-lite",
"author": {
"name": "@kawanet"
},
"bugs": {
"url": "https://github.com/kawanet/event-lite/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Joshua Wise",
"email": "josh@joshuawise.ninja"
}
],
"deprecated": false,
"description": "Light-weight EventEmitter (less than 1KB when gzipped)",
"devDependencies": {
"jsdoc": "^3.5.5",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"uglify-js": "^3.4.9"
},
"homepage": "https://github.com/kawanet/event-lite",
"jshintConfig": {
"mocha": true,
"node": true,
"undef": true
},
"keywords": [
"browser",
"emitter",
"event",
"eventlistener",
"fire",
"trigger"
],
"license": "MIT",
"main": "event-lite.js",
"name": "event-lite",
"repository": {
"type": "git",
"url": "git+https://github.com/kawanet/event-lite.git"
},
"scripts": {
"fixpack": "fixpack",
"test": "make test"
},
"typings": "event-lite.d.ts",
"version": "0.1.2"
}