source: trip-planner-front/node_modules/enhanced-resolve/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 3.4 KB
Line 
1{
2 "_args": [
3 [
4 "enhanced-resolve@5.8.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "enhanced-resolve@5.8.3",
10 "_id": "enhanced-resolve@5.8.3",
11 "_inBundle": false,
12 "_integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==",
13 "_location": "/enhanced-resolve",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "enhanced-resolve@5.8.3",
19 "name": "enhanced-resolve",
20 "escapedName": "enhanced-resolve",
21 "rawSpec": "5.8.3",
22 "saveSpec": null,
23 "fetchSpec": "5.8.3"
24 },
25 "_requiredBy": [
26 "/webpack"
27 ],
28 "_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz",
29 "_spec": "5.8.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Tobias Koppers @sokra"
33 },
34 "browser": {
35 "pnpapi": false,
36 "process": "./lib/util/process-browser.js"
37 },
38 "bugs": {
39 "url": "https://github.com/webpack/enhanced-resolve/issues"
40 },
41 "dependencies": {
42 "graceful-fs": "^4.2.4",
43 "tapable": "^2.2.0"
44 },
45 "description": "Offers a async require.resolve function. It's highly configurable.",
46 "devDependencies": {
47 "@types/mocha": "^8.0.3",
48 "@types/node": "^14.11.1",
49 "eslint": "^7.9.0",
50 "eslint-config-prettier": "^6.11.0",
51 "eslint-plugin-jsdoc": "^30.5.1",
52 "eslint-plugin-node": "^11.1.0",
53 "eslint-plugin-prettier": "^3.1.4",
54 "husky": "^4.3.0",
55 "lint-staged": "^10.4.0",
56 "memfs": "^3.2.0",
57 "mocha": "^8.1.3",
58 "nyc": "^15.1.0",
59 "prettier": "^2.1.2",
60 "should": "^13.2.3",
61 "tooling": "github:webpack/tooling#v1.14.0",
62 "typescript": "^4.2.0-beta"
63 },
64 "engines": {
65 "node": ">=10.13.0"
66 },
67 "files": [
68 "lib",
69 "types.d.ts",
70 "LICENSE"
71 ],
72 "homepage": "http://github.com/webpack/enhanced-resolve",
73 "husky": {
74 "hooks": {
75 "pre-commit": "lint-staged"
76 }
77 },
78 "license": "MIT",
79 "lint-staged": {
80 "*.js": [
81 "eslint --cache"
82 ]
83 },
84 "main": "lib/index.js",
85 "name": "enhanced-resolve",
86 "repository": {
87 "type": "git",
88 "url": "git://github.com/webpack/enhanced-resolve.git"
89 },
90 "scripts": {
91 "code-lint": "eslint --cache lib test",
92 "code-lint-fix": "eslint --cache lib test --fix",
93 "cover": "nyc --reporter=html node node_modules/mocha/bin/_mocha --full-trace --check-leaks",
94 "cover:ci": "nyc --reporter=lcovonly node node_modules/mocha/bin/_mocha --full-trace --check-leaks",
95 "fix": "yarn run code-lint-fix && yarn run special-lint-fix",
96 "lint": "yarn run code-lint && yarn run type-lint && yarn run special-lint",
97 "precover": "yarn lint",
98 "pretest": "yarn lint",
99 "pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
100 "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
101 "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
102 "test": "mocha --full-trace --check-leaks",
103 "test:only": "mocha --full-trace --check-leaks",
104 "type-lint": "tsc"
105 },
106 "types": "types.d.ts",
107 "version": "5.8.3"
108}
Note: See TracBrowser for help on using the repository browser.