source: imaps-frontend/node_modules/is-boolean-object/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "is-boolean-object@^1.2.1",
3 "_id": "is-boolean-object@1.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==",
6 "_location": "/is-boolean-object",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-boolean-object@^1.2.1",
12 "name": "is-boolean-object",
13 "escapedName": "is-boolean-object",
14 "rawSpec": "^1.2.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.1"
17 },
18 "_requiredBy": [
19 "/which-boxed-primitive"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.1.tgz",
22 "_shasum": "c20d0c654be05da4fbc23c562635c019e93daf89",
23 "_spec": "is-boolean-object@^1.2.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-boxed-primitive",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
28 },
29 "auto-changelog": {
30 "output": "CHANGELOG.md",
31 "template": "keepachangelog",
32 "unreleased": false,
33 "commitLimit": false,
34 "backfillLimit": false,
35 "hideCredit": true
36 },
37 "bugs": {
38 "url": "https://github.com/inspect-js/is-boolean-object/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "call-bound": "^1.0.2",
43 "has-tostringtag": "^1.0.2"
44 },
45 "deprecated": false,
46 "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
47 "devDependencies": {
48 "@arethetypeswrong/cli": "^0.17.0",
49 "@ljharb/eslint-config": "^21.1.1",
50 "@ljharb/tsconfig": "^0.2.0",
51 "@types/core-js": "^2.5.8",
52 "@types/tape": "^5.6.5",
53 "auto-changelog": "^2.5.0",
54 "core-js": "^3.39.0",
55 "eclint": "^2.8.1",
56 "encoding": "^0.1.13",
57 "eslint": "=8.8.0",
58 "in-publish": "^2.0.1",
59 "npmignore": "^0.3.1",
60 "nyc": "^10.3.2",
61 "safe-publish-latest": "^2.0.0",
62 "tape": "^5.9.0",
63 "typescript": "next"
64 },
65 "engines": {
66 "node": ">= 0.4"
67 },
68 "funding": {
69 "url": "https://github.com/sponsors/ljharb"
70 },
71 "homepage": "https://github.com/inspect-js/is-boolean-object#readme",
72 "keywords": [
73 "Boolean",
74 "ES6",
75 "toStringTag",
76 "@@toStringTag",
77 "Boolean object",
78 "true",
79 "false",
80 "is-boolean"
81 ],
82 "license": "MIT",
83 "main": "index.js",
84 "name": "is-boolean-object",
85 "publishConfig": {
86 "ignore": [
87 ".github/workflows",
88 "test-corejs.js"
89 ]
90 },
91 "repository": {
92 "type": "git",
93 "url": "git://github.com/inspect-js/is-boolean-object.git"
94 },
95 "scripts": {
96 "lint": "eslint --ext=js,mjs .",
97 "postlint": "tsc -p . && attw -P",
98 "posttest": "npx npm@'>=10.2' audit --production",
99 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
100 "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
101 "prepack": "npmignore --auto --commentLines=autogenerated",
102 "prepublish": "not-in-publish || npm run prepublishOnly",
103 "prepublishOnly": "safe-publish-latest",
104 "pretest": "npm run lint",
105 "test": "npm run tests-only && npm run test:harmony && npm run test:corejs",
106 "test:corejs": "nyc tape test-corejs.js",
107 "test:harmony": "node --harmony --es-staging test",
108 "tests-only": "nyc tape 'test/**/*.js'",
109 "version": "auto-changelog && git add CHANGELOG.md"
110 },
111 "testling": {
112 "files": "test.js",
113 "browsers": [
114 "iexplore/6.0..latest",
115 "firefox/3.0..6.0",
116 "firefox/15.0..latest",
117 "firefox/nightly",
118 "chrome/4.0..10.0",
119 "chrome/20.0..latest",
120 "chrome/canary",
121 "opera/10.0..latest",
122 "opera/next",
123 "safari/4.0..latest",
124 "ipad/6.0..latest",
125 "iphone/6.0..latest",
126 "android-browser/4.2"
127 ]
128 },
129 "version": "1.2.1"
[d565449]130}
Note: See TracBrowser for help on using the repository browser.