123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "microevent.ts@~0.1.1",
- "_id": "microevent.ts@0.1.1",
- "_inBundle": false,
- "_integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==",
- "_location": "/microevent.ts",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "microevent.ts@~0.1.1",
- "name": "microevent.ts",
- "escapedName": "microevent.ts",
- "rawSpec": "~0.1.1",
- "saveSpec": null,
- "fetchSpec": "~0.1.1"
- },
- "_requiredBy": [
- "/worker-rpc"
- ],
- "_resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz",
- "_shasum": "70b09b83f43df5172d0205a63025bce0f7357fa0",
- "_spec": "microevent.ts@~0.1.1",
- "_where": "/Users/jane/myproject/node_modules/worker-rpc",
- "author": {
- "name": "Christian Speckner",
- "email": "cnspeckn@googlemail.com",
- "url": "https://github.com/DirtyHairy/"
- },
- "bugs": {
- "url": "https://github.com/DirtyHairy/microevent/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Zero cost events",
- "devDependencies": {
- "mocha": "~6.1.4",
- "typescript": "~3.4.5",
- "typings": "^2.1.1"
- },
- "homepage": "https://github.com/DirtyHairy/microevent#readme",
- "keywords": [
- "events",
- "performance"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "microevent.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/DirtyHairy/microevent.git"
- },
- "scripts": {
- "prepublish": "tsc",
- "pretest": "typings install && tsc -p tsconfig.test.json",
- "test": "mocha -R spec -u tdd test"
- },
- "types": "lib/index.d.ts",
- "version": "0.1.1"
- }
|