blob: 4f98eb05533557c37b0621d23e97a3ebaeefec69 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "boolbase@^1.0.0",
3 "_id": "boolbase@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
6 "_location": "/boolbase",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "boolbase@^1.0.0",
12 "name": "boolbase",
13 "escapedName": "boolbase",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/css-select",
20 "/nth-check"
21 ],
22 "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
23 "_shasum": "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e",
24 "_spec": "boolbase@^1.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\css-select",
26 "author": {
27 "name": "Felix Boehm",
28 "email": "me@feedic.com"
29 },
30 "bugs": {
31 "url": "https://github.com/fb55/boolbase/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "two functions: One that returns true, one that returns false",
36 "homepage": "https://github.com/fb55/boolbase",
37 "keywords": [
38 "boolean",
39 "function"
40 ],
41 "license": "ISC",
42 "main": "index.js",
43 "name": "boolbase",
44 "repository": {
45 "type": "git",
46 "url": "git+https://github.com/fb55/boolbase.git"
47 },
48 "scripts": {
49 "test": "echo \"Error: no test specified\" && exit 1"
50 },
51 "version": "1.0.0"
52}