Changeset 59329aa for trip-planner-front/node_modules/open/package.json
- 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/open/package.json
rceaed42 r59329aa 1 1 { 2 "name": "open", 3 "version": "8.2.1", 4 "description": "Open stuff like URLs, files, executables. Cross-platform.", 5 "license": "MIT", 6 "repository": "sindresorhus/open", 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": ">=12" 15 }, 16 "scripts": { 17 "test": "xo && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts", 22 "xdg-open" 23 ], 24 "keywords": [ 25 "app", 26 "open", 27 "opener", 28 "opens", 29 "launch", 30 "start", 31 "xdg-open", 32 "xdg", 33 "default", 34 "cmd", 35 "browser", 36 "editor", 37 "executable", 38 "exe", 39 "url", 40 "urls", 41 "arguments", 42 "args", 43 "spawn", 44 "exec", 45 "child", 46 "process", 47 "website", 48 "file" 49 ], 50 "dependencies": { 51 "define-lazy-prop": "^2.0.0", 52 "is-docker": "^2.1.1", 53 "is-wsl": "^2.2.0" 54 }, 55 "devDependencies": { 56 "@types/node": "^15.0.0", 57 "ava": "^3.15.0", 58 "tsd": "^0.14.0", 59 "xo": "^0.39.1" 60 } 2 "_args": [ 3 [ 4 "open@8.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "open@8.2.1", 10 "_id": "open@8.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==", 13 "_location": "/open", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "open@8.2.1", 19 "name": "open", 20 "escapedName": "open", 21 "rawSpec": "8.2.1", 22 "saveSpec": null, 23 "fetchSpec": "8.2.1" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/@angular/cli" 28 ], 29 "_resolved": "https://registry.npmjs.org/open/-/open-8.2.1.tgz", 30 "_spec": "8.2.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sindre Sorhus", 34 "email": "sindresorhus@gmail.com", 35 "url": "https://sindresorhus.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/sindresorhus/open/issues" 39 }, 40 "dependencies": { 41 "define-lazy-prop": "^2.0.0", 42 "is-docker": "^2.1.1", 43 "is-wsl": "^2.2.0" 44 }, 45 "description": "Open stuff like URLs, files, executables. Cross-platform.", 46 "devDependencies": { 47 "@types/node": "^15.0.0", 48 "ava": "^3.15.0", 49 "tsd": "^0.14.0", 50 "xo": "^0.39.1" 51 }, 52 "engines": { 53 "node": ">=12" 54 }, 55 "files": [ 56 "index.js", 57 "index.d.ts", 58 "xdg-open" 59 ], 60 "funding": "https://github.com/sponsors/sindresorhus", 61 "homepage": "https://github.com/sindresorhus/open#readme", 62 "keywords": [ 63 "app", 64 "open", 65 "opener", 66 "opens", 67 "launch", 68 "start", 69 "xdg-open", 70 "xdg", 71 "default", 72 "cmd", 73 "browser", 74 "editor", 75 "executable", 76 "exe", 77 "url", 78 "urls", 79 "arguments", 80 "args", 81 "spawn", 82 "exec", 83 "child", 84 "process", 85 "website", 86 "file" 87 ], 88 "license": "MIT", 89 "name": "open", 90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/sindresorhus/open.git" 93 }, 94 "scripts": { 95 "test": "xo && tsd" 96 }, 97 "version": "8.2.1" 61 98 }
Note:
See TracChangeset
for help on using the changeset viewer.