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

Last change on this file since 76712b2 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "errno@0.1.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "errno@0.1.8",
10 "_id": "errno@0.1.8",
11 "_inBundle": false,
12 "_integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
13 "_location": "/errno",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "errno@0.1.8",
19 "name": "errno",
20 "escapedName": "errno",
21 "rawSpec": "0.1.8",
22 "saveSpec": null,
23 "fetchSpec": "0.1.8"
24 },
25 "_requiredBy": [
26 "/less",
27 "/memory-fs"
28 ],
29 "_resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
30 "_spec": "0.1.8",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
[6a3a178]32 "authors": [
33 "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
34 ],
[59329aa]35 "bin": {
36 "errno": "cli.js"
37 },
38 "bugs": {
39 "url": "https://github.com/rvagg/node-errno/issues"
40 },
[6a3a178]41 "dependencies": {
42 "prr": "~1.0.1"
43 },
[59329aa]44 "description": "libuv errno details exposed",
[6a3a178]45 "devDependencies": {
46 "error-stack-parser": "^2.0.1",
47 "inherits": "^2.0.3",
48 "tape": "~4.8.0"
49 },
[59329aa]50 "homepage": "https://github.com/rvagg/node-errno#readme",
51 "keywords": [
52 "errors",
53 "errno",
54 "libuv"
55 ],
56 "license": "MIT",
57 "main": "errno.js",
58 "name": "errno",
[6a3a178]59 "repository": {
60 "type": "git",
[59329aa]61 "url": "git+https://github.com/rvagg/node-errno.git"
[6a3a178]62 },
63 "scripts": {
64 "test": "node --use_strict test.js"
[59329aa]65 },
66 "version": "0.1.8"
[6a3a178]67}
Note: See TracBrowser for help on using the repository browser.