- 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-local/package.json
rceaed42 r59329aa 1 1 { 2 "name": "import-local", 3 "version": "2.0.0", 4 "description": "Let a globally installed package use a locally installed version of itself if available", 5 "license": "MIT", 6 "repository": "sindresorhus/import-local", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "bin": { 13 "import-local-fixture": "fixtures/cli.js" 14 }, 15 "engines": { 16 "node": ">=6" 17 }, 18 "scripts": { 19 "test": "xo && ava" 20 }, 21 "files": [ 22 "index.js", 23 "fixtures/cli.js" 24 ], 25 "keywords": [ 26 "import", 27 "local", 28 "require", 29 "resolve", 30 "global", 31 "version", 32 "prefer", 33 "cli" 34 ], 35 "dependencies": { 36 "pkg-dir": "^3.0.0", 37 "resolve-cwd": "^2.0.0" 38 }, 39 "devDependencies": { 40 "ava": "*", 41 "cpy": "^7.0.1", 42 "del": "^3.0.0", 43 "execa": "^0.11.0", 44 "xo": "*" 45 }, 46 "xo": { 47 "ignores": [ 48 "fixtures" 49 ] 50 } 2 "_args": [ 3 [ 4 "import-local@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "import-local@2.0.0", 10 "_id": "import-local@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", 13 "_location": "/import-local", 14 "_phantomChildren": { 15 "p-try": "2.2.0" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "import-local@2.0.0", 21 "name": "import-local", 22 "escapedName": "import-local", 23 "rawSpec": "2.0.0", 24 "saveSpec": null, 25 "fetchSpec": "2.0.0" 26 }, 27 "_requiredBy": [ 28 "/webpack-dev-server" 29 ], 30 "_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", 31 "_spec": "2.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Sindre Sorhus", 35 "email": "sindresorhus@gmail.com", 36 "url": "sindresorhus.com" 37 }, 38 "bin": { 39 "import-local-fixture": "fixtures/cli.js" 40 }, 41 "bugs": { 42 "url": "https://github.com/sindresorhus/import-local/issues" 43 }, 44 "dependencies": { 45 "pkg-dir": "^3.0.0", 46 "resolve-cwd": "^2.0.0" 47 }, 48 "description": "Let a globally installed package use a locally installed version of itself if available", 49 "devDependencies": { 50 "ava": "*", 51 "cpy": "^7.0.1", 52 "del": "^3.0.0", 53 "execa": "^0.11.0", 54 "xo": "*" 55 }, 56 "engines": { 57 "node": ">=6" 58 }, 59 "files": [ 60 "index.js", 61 "fixtures/cli.js" 62 ], 63 "homepage": "https://github.com/sindresorhus/import-local#readme", 64 "keywords": [ 65 "import", 66 "local", 67 "require", 68 "resolve", 69 "global", 70 "version", 71 "prefer", 72 "cli" 73 ], 74 "license": "MIT", 75 "name": "import-local", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/sindresorhus/import-local.git" 79 }, 80 "scripts": { 81 "test": "xo && ava" 82 }, 83 "version": "2.0.0", 84 "xo": { 85 "ignores": [ 86 "fixtures" 87 ] 88 } 51 89 }
Note:
See TracChangeset
for help on using the changeset viewer.