package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "es-object-atoms@^1.1.1",
  3. "_id": "es-object-atoms@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  6. "_location": "/es-object-atoms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-object-atoms@^1.1.1",
  12. "name": "es-object-atoms",
  13. "escapedName": "es-object-atoms",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic",
  20. "/get-proto"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  23. "_shasum": "1c4f2c4837327597ce69d2ca190a7fdd172338c1",
  24. "_spec": "es-object-atoms@^1.1.1",
  25. "_where": "D:\\project\\phe\\phe-xcx\\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/ljharb/es-object-atoms/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "es-errors": "^1.3.0"
  44. },
  45. "deprecated": false,
  46. "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.1.1",
  49. "@ljharb/tsconfig": "^0.2.3",
  50. "@types/tape": "^5.8.1",
  51. "auto-changelog": "^2.5.0",
  52. "eclint": "^2.8.1",
  53. "encoding": "^0.1.13",
  54. "eslint": "^8.8.0",
  55. "evalmd": "^0.0.19",
  56. "in-publish": "^2.0.1",
  57. "npmignore": "^0.3.1",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.9.0",
  61. "typescript": "next"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "exports": {
  67. ".": "./index.js",
  68. "./RequireObjectCoercible": "./RequireObjectCoercible.js",
  69. "./isObject": "./isObject.js",
  70. "./ToObject": "./ToObject.js",
  71. "./package.json": "./package.json"
  72. },
  73. "homepage": "https://github.com/ljharb/es-object-atoms#readme",
  74. "keywords": [
  75. "javascript",
  76. "ecmascript",
  77. "object",
  78. "toobject",
  79. "coercible"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "es-object-atoms",
  84. "publishConfig": {
  85. "ignore": [
  86. ".github/workflows"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/ljharb/es-object-atoms.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint --ext=js,mjs .",
  95. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  96. "posttest": "npx npm@\">= 10.2\" audit --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  98. "prelint": "evalmd README.md",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run lint",
  103. "test": "npm run tests-only",
  104. "tests-only": "nyc tape 'test/**/*.js'",
  105. "version": "auto-changelog && git add CHANGELOG.md"
  106. },
  107. "sideEffects": false,
  108. "version": "1.1.1"
  109. }