aswi2020vldc-gitlab/templetes/node_modules/detect-node/package.json @ 143404cb
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "detect-node", |
||
3 | "version": "2.0.4", |
||
4 | "description": "Detect Node.JS (as opposite to browser environment) (reliable)", |
||
5 | "main": "index.js", |
||
6 | "browser": "browser.js", |
||
7 | "scripts": { |
||
8 | "test": "echo \"Error: no test specified\" && exit 1" |
||
9 | }, |
||
10 | "repository": { |
||
11 | "type": "git", |
||
12 | "url": "https://github.com/iliakan/detect-node" |
||
13 | }, |
||
14 | "keywords": [ |
||
15 | "detect", |
||
16 | "node" |
||
17 | ], |
||
18 | "author": "Ilya Kantor", |
||
19 | "license": "ISC", |
||
20 | "bugs": { |
||
21 | "url": "https://github.com/iliakan/detect-node/issues" |
||
22 | }, |
||
23 | "homepage": "https://github.com/iliakan/detect-node" |
||
24 | }
|