blob: 9b0150d83944a8f4d2f13bd66543af214f5c8f2b [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-negative-zero@^2.0.1",
3 "_id": "is-negative-zero@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
6 "_location": "/is-negative-zero",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-negative-zero@^2.0.1",
12 "name": "is-negative-zero",
13 "escapedName": "is-negative-zero",
14 "rawSpec": "^2.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.1"
17 },
18 "_requiredBy": [
19 "/es-abstract"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
22 "_shasum": "3de746c18dda2319241a53675908d8f766f11c24",
23 "_spec": "is-negative-zero@^2.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract",
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-negative-zero/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {},
42 "deprecated": false,
43 "description": "Is this value negative zero? === will lie to you",
44 "devDependencies": {
45 "@ljharb/eslint-config": "^17.3.0",
46 "aud": "^1.1.3",
47 "auto-changelog": "^2.2.1",
48 "eslint": "^7.14.0",
49 "nyc": "^10.3.2",
50 "safe-publish-latest": "^1.1.4",
51 "tape": "^5.0.1"
52 },
53 "engines": {
54 "node": ">= 0.4"
55 },
56 "funding": {
57 "url": "https://github.com/sponsors/ljharb"
58 },
59 "homepage": "https://github.com/inspect-js/is-negative-zero",
60 "keywords": [
61 "is",
62 "negative",
63 "zero",
64 "negative zero",
65 "number",
66 "positive",
67 "0",
68 "-0"
69 ],
70 "license": "MIT",
71 "main": "index.js",
72 "name": "is-negative-zero",
73 "repository": {
74 "type": "git",
75 "url": "git://github.com/inspect-js/is-negative-zero.git"
76 },
77 "scripts": {
78 "lint": "eslint .",
79 "posttest": "npx aud --production",
80 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
81 "prepublish": "safe-publish-latest",
82 "pretest": "npm run lint",
83 "test": "npm run tests-only",
84 "tests-only": "nyc tape 'test/**/*.js'",
85 "version": "auto-changelog && git add CHANGELOG.md"
86 },
87 "testling": {
88 "files": "test/index.js",
89 "browsers": [
90 "iexplore/6.0..latest",
91 "firefox/3.0..6.0",
92 "firefox/15.0..latest",
93 "firefox/nightly",
94 "chrome/4.0..10.0",
95 "chrome/20.0..latest",
96 "chrome/canary",
97 "opera/10.0..12.0",
98 "opera/15.0..latest",
99 "opera/next",
100 "safari/4.0..latest",
101 "ipad/6.0..latest",
102 "iphone/6.0..latest",
103 "android-browser/4.2"
104 ]
105 },
106 "version": "2.0.1"
107}