- 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/import-fresh/package.json
rceaed42 r59329aa 1 1 { 2 "name": "import-fresh", 3 "version": "3.3.0", 4 "description": "Import a module while bypassing the cache", 5 "license": "MIT", 6 "repository": "sindresorhus/import-fresh", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=6" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd", 18 "heapdump": "node heapdump.js" 19 }, 20 "files": [ 21 "index.js", 22 "index.d.ts" 23 ], 24 "keywords": [ 25 "require", 26 "cache", 27 "uncache", 28 "uncached", 29 "module", 30 "fresh", 31 "bypass" 32 ], 33 "dependencies": { 34 "parent-module": "^1.0.0", 35 "resolve-from": "^4.0.0" 36 }, 37 "devDependencies": { 38 "ava": "^1.0.1", 39 "heapdump": "^0.3.12", 40 "tsd": "^0.7.3", 41 "xo": "^0.23.0" 42 } 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" 43 79 }
Note:
See TracChangeset
for help on using the changeset viewer.