- 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/detect-node/package.json
rceaed42 r59329aa 1 1 { 2 "name": "detect-node", 3 "version": "2.1.0", 2 "_args": [ 3 [ 4 "detect-node@2.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "detect-node@2.1.0", 10 "_id": "detect-node@2.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", 13 "_location": "/detect-node", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "detect-node@2.1.0", 19 "name": "detect-node", 20 "escapedName": "detect-node", 21 "rawSpec": "2.1.0", 22 "saveSpec": null, 23 "fetchSpec": "2.1.0" 24 }, 25 "_requiredBy": [ 26 "/spdy-transport" 27 ], 28 "_resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", 29 "_spec": "2.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Ilya Kantor" 33 }, 34 "browser": "browser.js", 35 "bugs": { 36 "url": "https://github.com/iliakan/detect-node/issues" 37 }, 4 38 "description": "Detect Node.JS (as opposite to browser environment) (reliable)", 5 "main": "index.js", 6 "module": "index.esm.js", 7 "browser": "browser.js", 8 "scripts": { 9 "test": "echo \"Error: no test specified\" && exit 1" 10 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/iliakan/detect-node" 14 }, 39 "homepage": "https://github.com/iliakan/detect-node", 15 40 "keywords": [ 16 41 "detect", 17 42 "node" 18 43 ], 19 "author": "Ilya Kantor",20 44 "license": "MIT", 21 "bugs": { 22 "url": "https://github.com/iliakan/detect-node/issues" 45 "main": "index.js", 46 "module": "index.esm.js", 47 "name": "detect-node", 48 "repository": { 49 "type": "git", 50 "url": "git+https://github.com/iliakan/detect-node.git" 23 51 }, 24 "homepage": "https://github.com/iliakan/detect-node" 52 "scripts": { 53 "test": "echo \"Error: no test specified\" && exit 1" 54 }, 55 "version": "2.1.0" 25 56 }
Note:
See TracChangeset
for help on using the changeset viewer.