package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  22. "_shasum": "a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9",
  23. "_spec": "math-intrinsics@^1.1.0",
  24. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\get-intrinsic",
  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/es-shims/math-intrinsics/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "ES Math-related intrinsics and helpers, robustly cached.",
  43. "devDependencies": {
  44. "@arethetypeswrong/cli": "^0.17.1",
  45. "@ljharb/eslint-config": "^21.1.1",
  46. "@ljharb/tsconfig": "^0.2.2",
  47. "@types/for-each": "^0.3.3",
  48. "@types/object-inspect": "^1.13.0",
  49. "@types/tape": "^5.8.0",
  50. "auto-changelog": "^2.5.0",
  51. "eclint": "^2.8.1",
  52. "es-value-fixtures": "^1.5.0",
  53. "eslint": "^8.8.0",
  54. "evalmd": "^0.0.19",
  55. "for-each": "^0.3.3",
  56. "in-publish": "^2.0.1",
  57. "npmignore": "^0.3.1",
  58. "nyc": "^10.3.2",
  59. "object-inspect": "^1.13.3",
  60. "safe-publish-latest": "^2.0.0",
  61. "tape": "^5.9.0",
  62. "typescript": "next"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "exports": {
  68. "./abs": "./abs.js",
  69. "./floor": "./floor.js",
  70. "./isFinite": "./isFinite.js",
  71. "./isInteger": "./isInteger.js",
  72. "./isNaN": "./isNaN.js",
  73. "./isNegativeZero": "./isNegativeZero.js",
  74. "./max": "./max.js",
  75. "./min": "./min.js",
  76. "./mod": "./mod.js",
  77. "./pow": "./pow.js",
  78. "./sign": "./sign.js",
  79. "./round": "./round.js",
  80. "./constants/maxArrayLength": "./constants/maxArrayLength.js",
  81. "./constants/maxSafeInteger": "./constants/maxSafeInteger.js",
  82. "./constants/maxValue": "./constants/maxValue.js",
  83. "./package.json": "./package.json"
  84. },
  85. "homepage": "https://github.com/es-shims/math-intrinsics#readme",
  86. "license": "MIT",
  87. "main": false,
  88. "name": "math-intrinsics",
  89. "publishConfig": {
  90. "ignore": [
  91. ".github/workflows"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/es-shims/math-intrinsics.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ext=js,mjs .",
  100. "postlint": "tsc && attw -P",
  101. "posttest": "npx npm@'>= 10.2' audit --production",
  102. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  103. "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  104. "prepack": "npmignore --auto --commentLines=autogenerated",
  105. "prepublish": "not-in-publish || npm run prepublishOnly",
  106. "prepublishOnly": "safe-publish-latest",
  107. "pretest": "npm run lint",
  108. "test": "npm run tests-only",
  109. "tests-only": "nyc tape 'test/**/*.js'",
  110. "version": "auto-changelog && git add CHANGELOG.md"
  111. },
  112. "sideEffects": false,
  113. "version": "1.1.0"
  114. }