You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.6 KiB

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