source: trip-planner-front/node_modules/eventemitter-asyncresource/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
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 },
38 "description": "AsyncResource integration for EventEmitter",
39 "devDependencies": {
40 "@types/node": "^13.13.5",
41 "@typescript-eslint/eslint-plugin": "^2.28.0",
42 "@typescript-eslint/parser": "^2.28.0",
43 "gen-esm-wrapper": "^1.0.0",
44 "snazzy": "^8.0.0",
45 "standardx": "^5.0.0",
46 "tap": "^14.10.7",
47 "typescript": "^3.8.3"
48 },
49 "eslintConfig": {
50 "rules": {
51 "semi": [
52 "error",
53 "always"
54 ],
55 "no-unused-vars": "off",
56 "@typescript-eslint/no-unused-vars": "error"
57 }
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 },
84 "standardx": {
85 "parser": "@typescript-eslint/parser",
86 "plugins": [
87 "@typescript-eslint/eslint-plugin"
88 ]
89 },
90 "types": "./dist/src/index.d.ts",
91 "version": "1.0.0"
92}
Note: See TracBrowser for help on using the repository browser.