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.

125 lines
3.2 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "hasown@2.0.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hasown@2.0.2",
  10. "_id": "hasown@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  13. "_location": "/hasown",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hasown@2.0.2",
  19. "name": "hasown",
  20. "escapedName": "hasown",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/get-intrinsic",
  27. "/is-core-module"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  30. "_spec": "2.0.2",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/hasOwn/issues"
  46. },
  47. "dependencies": {
  48. "function-bind": "^1.1.2"
  49. },
  50. "description": "A robust, ES3 compatible, \"has own property\" predicate.",
  51. "devDependencies": {
  52. "@arethetypeswrong/cli": "^0.15.1",
  53. "@ljharb/eslint-config": "^21.1.0",
  54. "@ljharb/tsconfig": "^0.2.0",
  55. "@types/function-bind": "^1.1.10",
  56. "@types/mock-property": "^1.0.2",
  57. "@types/tape": "^5.6.4",
  58. "aud": "^2.0.4",
  59. "auto-changelog": "^2.4.0",
  60. "eslint": "=8.8.0",
  61. "evalmd": "^0.0.19",
  62. "in-publish": "^2.0.1",
  63. "mock-property": "^1.0.3",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.7.5",
  68. "typescript": "next"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "exports": {
  74. ".": "./index.js",
  75. "./package.json": "./package.json"
  76. },
  77. "homepage": "https://github.com/inspect-js/hasOwn#readme",
  78. "keywords": [
  79. "has",
  80. "hasOwnProperty",
  81. "hasOwn",
  82. "has-own",
  83. "own",
  84. "has",
  85. "property",
  86. "in",
  87. "javascript",
  88. "ecmascript"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "hasown",
  93. "publishConfig": {
  94. "ignore": [
  95. ".github/workflows",
  96. "test"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/inspect-js/hasOwn.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "npm run tsc",
  106. "posttest": "aud --production",
  107. "posttsc": "attw -P",
  108. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  109. "prelint": "evalmd README.md",
  110. "prepack": "npmignore --auto --commentLines=autogenerated",
  111. "prepublish": "not-in-publish || npm run prepublishOnly",
  112. "prepublishOnly": "safe-publish-latest",
  113. "pretest": "npm run lint",
  114. "test": "npm run tests-only",
  115. "tests-only": "nyc tape 'test/**/*.js'",
  116. "tsc": "tsc -p .",
  117. "version": "auto-changelog && git add CHANGELOG.md"
  118. },
  119. "sideEffects": false,
  120. "testling": {
  121. "files": "test/index.js"
  122. },
  123. "types": "index.d.ts",
  124. "version": "2.0.2"
  125. }