- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/eventemitter-asyncresource/package.json
rceaed42 r59329aa 1 1 { 2 "name": "eventemitter-asyncresource", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "eventemitter-asyncresource@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "eventemitter-asyncresource@1.0.0", 10 "_id": "eventemitter-asyncresource@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==", 13 "_location": "/eventemitter-asyncresource", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "eventemitter-asyncresource@1.0.0", 19 "name": "eventemitter-asyncresource", 20 "escapedName": "eventemitter-asyncresource", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/piscina" 27 ], 28 "_resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Anna Henningsen", 33 "email": "anna@addaleax.net" 34 }, 35 "bugs": { 36 "url": "https://github.com/addaleax/eventemitter-asyncresource/issues" 37 }, 4 38 "description": "AsyncResource integration for EventEmitter", 5 "main": "./dist/src/index.js",6 "exports": {7 "import": "./dist/esm-wrapper.mjs",8 "require": "./dist/src/index.js"9 },10 "types": "./dist/src/index.d.ts",11 "scripts": {12 "build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",13 "lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy",14 "test": "npm run lint && npm run build && npm run test-only",15 "test-only": "tap",16 "prepack": "npm run build"17 },18 "repository": {19 "type": "git",20 "url": "git+https://github.com/addaleax/eventemitter-asyncresource"21 },22 "keywords": [23 "EventEmitter",24 "AsyncResource",25 "async_hooks",26 "events"27 ],28 "author": "Anna Henningsen <anna@addaleax.net>",29 "license": "MIT",30 39 "devDependencies": { 31 40 "@types/node": "^13.13.5", … … 48 57 } 49 58 }, 59 "exports": { 60 "import": "./dist/esm-wrapper.mjs", 61 "require": "./dist/src/index.js" 62 }, 63 "homepage": "https://github.com/addaleax/eventemitter-asyncresource#readme", 64 "keywords": [ 65 "EventEmitter", 66 "AsyncResource", 67 "async_hooks", 68 "events" 69 ], 70 "license": "MIT", 71 "main": "./dist/src/index.js", 72 "name": "eventemitter-asyncresource", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/addaleax/eventemitter-asyncresource.git" 76 }, 77 "scripts": { 78 "build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs", 79 "lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy", 80 "prepack": "npm run build", 81 "test": "npm run lint && npm run build && npm run test-only", 82 "test-only": "tap" 83 }, 50 84 "standardx": { 51 85 "parser": "@typescript-eslint/parser", … … 53 87 "@typescript-eslint/eslint-plugin" 54 88 ] 55 } 89 }, 90 "types": "./dist/src/index.d.ts", 91 "version": "1.0.0" 56 92 }
Note:
See TracChangeset
for help on using the changeset viewer.