source: imaps-frontend/node_modules/import-fresh/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "import-fresh@^3.2.1",
3 "_id": "import-fresh@3.3.0",
4 "_inBundle": false,
5 "_integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
6 "_location": "/import-fresh",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "import-fresh@^3.2.1",
12 "name": "import-fresh",
13 "escapedName": "import-fresh",
14 "rawSpec": "^3.2.1",
15 "saveSpec": null,
16 "fetchSpec": "^3.2.1"
17 },
18 "_requiredBy": [
19 "/@eslint/eslintrc"
20 ],
21 "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
22 "_shasum": "37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b",
23 "_spec": "import-fresh@^3.2.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@eslint/eslintrc",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "https://sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/import-fresh/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "parent-module": "^1.0.0",
36 "resolve-from": "^4.0.0"
37 },
38 "deprecated": false,
39 "description": "Import a module while bypassing the cache",
40 "devDependencies": {
41 "ava": "^1.0.1",
42 "heapdump": "^0.3.12",
43 "tsd": "^0.7.3",
44 "xo": "^0.23.0"
45 },
46 "engines": {
47 "node": ">=6"
48 },
49 "files": [
50 "index.js",
51 "index.d.ts"
52 ],
53 "funding": "https://github.com/sponsors/sindresorhus",
54 "homepage": "https://github.com/sindresorhus/import-fresh#readme",
55 "keywords": [
56 "require",
57 "cache",
58 "uncache",
59 "uncached",
60 "module",
61 "fresh",
62 "bypass"
63 ],
64 "license": "MIT",
65 "name": "import-fresh",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/sindresorhus/import-fresh.git"
69 },
70 "scripts": {
71 "heapdump": "node heapdump.js",
72 "test": "xo && ava && tsd"
73 },
74 "version": "3.3.0"
75}
Note: See TracBrowser for help on using the repository browser.