package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. "/array-includes",
  20. "/array.prototype.findlastindex",
  21. "/array.prototype.reduce",
  22. "/es-abstract",
  23. "/get-intrinsic",
  24. "/get-proto",
  25. "/object.assign",
  26. "/object.fromentries",
  27. "/object.getownpropertydescriptors",
  28. "/object.values",
  29. "/reflect.getprototypeof",
  30. "/set-proto",
  31. "/string.prototype.padend",
  32. "/string.prototype.padstart",
  33. "/string.prototype.trim",
  34. "/string.prototype.trimend",
  35. "/string.prototype.trimstart",
  36. "/util.promisify"
  37. ],
  38. "_resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  39. "_shasum": "1c4f2c4837327597ce69d2ca190a7fdd172338c1",
  40. "_spec": "es-object-atoms@^1.1.1",
  41. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\get-intrinsic",
  42. "author": {
  43. "name": "Jordan Harband",
  44. "email": "ljharb@gmail.com"
  45. },
  46. "auto-changelog": {
  47. "output": "CHANGELOG.md",
  48. "template": "keepachangelog",
  49. "unreleased": false,
  50. "commitLimit": false,
  51. "backfillLimit": false,
  52. "hideCredit": true
  53. },
  54. "bugs": {
  55. "url": "https://github.com/ljharb/es-object-atoms/issues"
  56. },
  57. "bundleDependencies": false,
  58. "dependencies": {
  59. "es-errors": "^1.3.0"
  60. },
  61. "deprecated": false,
  62. "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^21.1.1",
  65. "@ljharb/tsconfig": "^0.2.3",
  66. "@types/tape": "^5.8.1",
  67. "auto-changelog": "^2.5.0",
  68. "eclint": "^2.8.1",
  69. "encoding": "^0.1.13",
  70. "eslint": "^8.8.0",
  71. "evalmd": "^0.0.19",
  72. "in-publish": "^2.0.1",
  73. "npmignore": "^0.3.1",
  74. "nyc": "^10.3.2",
  75. "safe-publish-latest": "^2.0.0",
  76. "tape": "^5.9.0",
  77. "typescript": "next"
  78. },
  79. "engines": {
  80. "node": ">= 0.4"
  81. },
  82. "exports": {
  83. ".": "./index.js",
  84. "./RequireObjectCoercible": "./RequireObjectCoercible.js",
  85. "./isObject": "./isObject.js",
  86. "./ToObject": "./ToObject.js",
  87. "./package.json": "./package.json"
  88. },
  89. "homepage": "https://github.com/ljharb/es-object-atoms#readme",
  90. "keywords": [
  91. "javascript",
  92. "ecmascript",
  93. "object",
  94. "toobject",
  95. "coercible"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "name": "es-object-atoms",
  100. "publishConfig": {
  101. "ignore": [
  102. ".github/workflows"
  103. ]
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/ljharb/es-object-atoms.git"
  108. },
  109. "scripts": {
  110. "lint": "eslint --ext=js,mjs .",
  111. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  112. "posttest": "npx npm@\">= 10.2\" audit --production",
  113. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  114. "prelint": "evalmd README.md",
  115. "prepack": "npmignore --auto --commentLines=autogenerated",
  116. "prepublish": "not-in-publish || npm run prepublishOnly",
  117. "prepublishOnly": "safe-publish-latest",
  118. "pretest": "npm run lint",
  119. "test": "npm run tests-only",
  120. "tests-only": "nyc tape 'test/**/*.js'",
  121. "version": "auto-changelog && git add CHANGELOG.md"
  122. },
  123. "sideEffects": false,
  124. "version": "1.1.1"
  125. }