package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "es-object-atoms@^1.0.0",
  3. "_id": "es-object-atoms@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
  6. "_location": "/es-object-atoms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-object-atoms@^1.0.0",
  12. "name": "es-object-atoms",
  13. "escapedName": "es-object-atoms",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/array.prototype.reduce",
  21. "/es-abstract",
  22. "/object.getownpropertydescriptors",
  23. "/object.values",
  24. "/string.prototype.trim",
  25. "/string.prototype.trimend",
  26. "/string.prototype.trimstart"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
  29. "_shasum": "ddb55cd47ac2e240701260bc2a8e31ecb643d941",
  30. "_spec": "es-object-atoms@^1.0.0",
  31. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\object.getownpropertydescriptors",
  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/ljharb/es-object-atoms/issues"
  46. },
  47. "bundleDependencies": false,
  48. "dependencies": {
  49. "es-errors": "^1.3.0"
  50. },
  51. "deprecated": false,
  52. "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^21.1.0",
  55. "@ljharb/tsconfig": "^0.2.0",
  56. "@types/tape": "^5.6.4",
  57. "aud": "^2.0.4",
  58. "auto-changelog": "^2.4.0",
  59. "eclint": "^2.8.1",
  60. "eslint": "^8.8.0",
  61. "evalmd": "^0.0.19",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.1",
  64. "nyc": "^10.3.2",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.7.5",
  67. "typescript": "next"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "exports": {
  73. ".": "./index.js",
  74. "./RequireObjectCoercible": "./RequireObjectCoercible.js",
  75. "./ToObject": "./ToObject.js",
  76. "./package.json": "./package.json"
  77. },
  78. "homepage": "https://github.com/ljharb/es-object-atoms#readme",
  79. "keywords": [
  80. "javascript",
  81. "ecmascript",
  82. "object",
  83. "toobject",
  84. "coercible"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "es-object-atoms",
  89. "publishConfig": {
  90. "ignore": [
  91. ".github/workflows"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/ljharb/es-object-atoms.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ext=js,mjs .",
  100. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  101. "posttest": "aud --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",
  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.0.0"
  114. }