[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "import-fresh@3.3.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "import-fresh@3.3.0",
|
---|
| 10 | "_id": "import-fresh@3.3.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
|
---|
| 13 | "_location": "/import-fresh",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "import-fresh@3.3.0",
|
---|
| 19 | "name": "import-fresh",
|
---|
| 20 | "escapedName": "import-fresh",
|
---|
| 21 | "rawSpec": "3.3.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.3.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/cosmiconfig"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
---|
| 29 | "_spec": "3.3.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Sindre Sorhus",
|
---|
| 33 | "email": "sindresorhus@gmail.com",
|
---|
| 34 | "url": "https://sindresorhus.com"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/sindresorhus/import-fresh/issues"
|
---|
| 38 | },
|
---|
| 39 | "dependencies": {
|
---|
| 40 | "parent-module": "^1.0.0",
|
---|
| 41 | "resolve-from": "^4.0.0"
|
---|
| 42 | },
|
---|
| 43 | "description": "Import a module while bypassing the cache",
|
---|
| 44 | "devDependencies": {
|
---|
| 45 | "ava": "^1.0.1",
|
---|
| 46 | "heapdump": "^0.3.12",
|
---|
| 47 | "tsd": "^0.7.3",
|
---|
| 48 | "xo": "^0.23.0"
|
---|
| 49 | },
|
---|
| 50 | "engines": {
|
---|
| 51 | "node": ">=6"
|
---|
| 52 | },
|
---|
| 53 | "files": [
|
---|
| 54 | "index.js",
|
---|
| 55 | "index.d.ts"
|
---|
| 56 | ],
|
---|
| 57 | "funding": "https://github.com/sponsors/sindresorhus",
|
---|
| 58 | "homepage": "https://github.com/sindresorhus/import-fresh#readme",
|
---|
| 59 | "keywords": [
|
---|
| 60 | "require",
|
---|
| 61 | "cache",
|
---|
| 62 | "uncache",
|
---|
| 63 | "uncached",
|
---|
| 64 | "module",
|
---|
| 65 | "fresh",
|
---|
| 66 | "bypass"
|
---|
| 67 | ],
|
---|
| 68 | "license": "MIT",
|
---|
| 69 | "name": "import-fresh",
|
---|
| 70 | "repository": {
|
---|
| 71 | "type": "git",
|
---|
| 72 | "url": "git+https://github.com/sindresorhus/import-fresh.git"
|
---|
| 73 | },
|
---|
| 74 | "scripts": {
|
---|
| 75 | "heapdump": "node heapdump.js",
|
---|
| 76 | "test": "xo && ava && tsd"
|
---|
| 77 | },
|
---|
| 78 | "version": "3.3.0"
|
---|
[6a3a178] | 79 | }
|
---|