source: trip-planner-front/node_modules/detect-node/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 607 bytes
Line 
1{
2 "name": "detect-node",
3 "version": "2.1.0",
4 "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 },
15 "keywords": [
16 "detect",
17 "node"
18 ],
19 "author": "Ilya Kantor",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/iliakan/detect-node/issues"
23 },
24 "homepage": "https://github.com/iliakan/detect-node"
25}
Note: See TracBrowser for help on using the repository browser.