source: trip-planner-front/node_modules/boolbase/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "_args": [
3 [
4 "boolbase@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "boolbase@1.0.0",
10 "_id": "boolbase@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
13 "_location": "/boolbase",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "boolbase@1.0.0",
19 "name": "boolbase",
20 "escapedName": "boolbase",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/css-select",
27 "/nth-check"
28 ],
29 "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
30 "_spec": "1.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Felix Boehm",
34 "email": "me@feedic.com"
35 },
36 "bugs": {
37 "url": "https://github.com/fb55/boolbase/issues"
38 },
39 "description": "two functions: One that returns true, one that returns false",
40 "homepage": "https://github.com/fb55/boolbase",
41 "keywords": [
42 "boolean",
43 "function"
44 ],
45 "license": "ISC",
46 "main": "index.js",
47 "name": "boolbase",
48 "repository": {
49 "type": "git",
50 "url": "git+https://github.com/fb55/boolbase.git"
51 },
52 "scripts": {
53 "test": "echo \"Error: no test specified\" && exit 1"
54 },
55 "version": "1.0.0"
56}
Note: See TracBrowser for help on using the repository browser.