source: trip-planner-front/node_modules/errno/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 629 bytes
Line 
1{
2 "name": "errno",
3 "authors": [
4 "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
5 ],
6 "description": "libuv errno details exposed",
7 "keywords": [
8 "errors",
9 "errno",
10 "libuv"
11 ],
12 "version": "0.1.8",
13 "main": "errno.js",
14 "dependencies": {
15 "prr": "~1.0.1"
16 },
17 "bin": {
18 "errno": "./cli.js"
19 },
20 "devDependencies": {
21 "error-stack-parser": "^2.0.1",
22 "inherits": "^2.0.3",
23 "tape": "~4.8.0"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/rvagg/node-errno.git"
28 },
29 "license": "MIT",
30 "scripts": {
31 "test": "node --use_strict test.js"
32 }
33}
Note: See TracBrowser for help on using the repository browser.