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.
92 lines
2.6 KiB
92 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"eventemitter-asyncresource@1.0.0",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eventemitter-asyncresource@1.0.0",
|
|
"_id": "eventemitter-asyncresource@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==",
|
|
"_location": "/eventemitter-asyncresource",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eventemitter-asyncresource@1.0.0",
|
|
"name": "eventemitter-asyncresource",
|
|
"escapedName": "eventemitter-asyncresource",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/piscina"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"author": {
|
|
"name": "Anna Henningsen",
|
|
"email": "anna@addaleax.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/addaleax/eventemitter-asyncresource/issues"
|
|
},
|
|
"description": "AsyncResource integration for EventEmitter",
|
|
"devDependencies": {
|
|
"@types/node": "^13.13.5",
|
|
"@typescript-eslint/eslint-plugin": "^2.28.0",
|
|
"@typescript-eslint/parser": "^2.28.0",
|
|
"gen-esm-wrapper": "^1.0.0",
|
|
"snazzy": "^8.0.0",
|
|
"standardx": "^5.0.0",
|
|
"tap": "^14.10.7",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"eslintConfig": {
|
|
"rules": {
|
|
"semi": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"no-unused-vars": "off",
|
|
"@typescript-eslint/no-unused-vars": "error"
|
|
}
|
|
},
|
|
"exports": {
|
|
"import": "./dist/esm-wrapper.mjs",
|
|
"require": "./dist/src/index.js"
|
|
},
|
|
"homepage": "https://github.com/addaleax/eventemitter-asyncresource#readme",
|
|
"keywords": [
|
|
"EventEmitter",
|
|
"AsyncResource",
|
|
"async_hooks",
|
|
"events"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/src/index.js",
|
|
"name": "eventemitter-asyncresource",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/addaleax/eventemitter-asyncresource.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",
|
|
"lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy",
|
|
"prepack": "npm run build",
|
|
"test": "npm run lint && npm run build && npm run test-only",
|
|
"test-only": "tap"
|
|
},
|
|
"standardx": {
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"@typescript-eslint/eslint-plugin"
|
|
]
|
|
},
|
|
"types": "./dist/src/index.d.ts",
|
|
"version": "1.0.0"
|
|
}
|