source: imaps-frontend/node_modules/math-intrinsics/package.json

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[79a0317]1{
2 "_from": "math-intrinsics@^1.1.0",
3 "_id": "math-intrinsics@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
6 "_location": "/math-intrinsics",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "math-intrinsics@^1.1.0",
12 "name": "math-intrinsics",
13 "escapedName": "math-intrinsics",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/get-intrinsic"
21 ],
22 "_resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
23 "_shasum": "a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9",
24 "_spec": "math-intrinsics@^1.1.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/get-intrinsic",
26 "author": {
27 "name": "Jordan Harband",
28 "email": "ljharb@gmail.com"
29 },
30 "auto-changelog": {
31 "output": "CHANGELOG.md",
32 "template": "keepachangelog",
33 "unreleased": false,
34 "commitLimit": false,
35 "backfillLimit": false,
36 "hideCredit": true
37 },
38 "bugs": {
39 "url": "https://github.com/es-shims/math-intrinsics/issues"
40 },
41 "bundleDependencies": false,
42 "deprecated": false,
43 "description": "ES Math-related intrinsics and helpers, robustly cached.",
44 "devDependencies": {
45 "@arethetypeswrong/cli": "^0.17.1",
46 "@ljharb/eslint-config": "^21.1.1",
47 "@ljharb/tsconfig": "^0.2.2",
48 "@types/for-each": "^0.3.3",
49 "@types/object-inspect": "^1.13.0",
50 "@types/tape": "^5.8.0",
51 "auto-changelog": "^2.5.0",
52 "eclint": "^2.8.1",
53 "es-value-fixtures": "^1.5.0",
54 "eslint": "^8.8.0",
55 "evalmd": "^0.0.19",
56 "for-each": "^0.3.3",
57 "in-publish": "^2.0.1",
58 "npmignore": "^0.3.1",
59 "nyc": "^10.3.2",
60 "object-inspect": "^1.13.3",
61 "safe-publish-latest": "^2.0.0",
62 "tape": "^5.9.0",
63 "typescript": "next"
64 },
65 "engines": {
66 "node": ">= 0.4"
67 },
68 "exports": {
69 "./abs": "./abs.js",
70 "./floor": "./floor.js",
71 "./isFinite": "./isFinite.js",
72 "./isInteger": "./isInteger.js",
73 "./isNaN": "./isNaN.js",
74 "./isNegativeZero": "./isNegativeZero.js",
75 "./max": "./max.js",
76 "./min": "./min.js",
77 "./mod": "./mod.js",
78 "./pow": "./pow.js",
79 "./sign": "./sign.js",
80 "./round": "./round.js",
81 "./constants/maxArrayLength": "./constants/maxArrayLength.js",
82 "./constants/maxSafeInteger": "./constants/maxSafeInteger.js",
83 "./constants/maxValue": "./constants/maxValue.js",
84 "./package.json": "./package.json"
85 },
86 "homepage": "https://github.com/es-shims/math-intrinsics#readme",
87 "license": "MIT",
88 "main": false,
89 "name": "math-intrinsics",
90 "publishConfig": {
91 "ignore": [
92 ".github/workflows"
93 ]
94 },
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/es-shims/math-intrinsics.git"
98 },
99 "scripts": {
100 "lint": "eslint --ext=js,mjs .",
101 "postlint": "tsc && attw -P",
102 "posttest": "npx npm@'>= 10.2' audit --production",
103 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
104 "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
105 "prepack": "npmignore --auto --commentLines=autogenerated",
106 "prepublish": "not-in-publish || npm run prepublishOnly",
107 "prepublishOnly": "safe-publish-latest",
108 "pretest": "npm run lint",
109 "test": "npm run tests-only",
110 "tests-only": "nyc tape 'test/**/*.js'",
111 "version": "auto-changelog && git add CHANGELOG.md"
112 },
113 "sideEffects": false,
114 "version": "1.1.0"
115}
Note: See TracBrowser for help on using the repository browser.