租房小程序前端代码
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.

107 lines
3.2 KiB

2 months ago
  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. "/object.entries"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
  22. "_shasum": "ddb55cd47ac2e240701260bc2a8e31ecb643d941",
  23. "_spec": "es-object-atoms@^1.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\object.entries",
  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/ljharb/es-object-atoms/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "es-errors": "^1.3.0"
  43. },
  44. "deprecated": false,
  45. "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.1.0",
  48. "@ljharb/tsconfig": "^0.2.0",
  49. "@types/tape": "^5.6.4",
  50. "aud": "^2.0.4",
  51. "auto-changelog": "^2.4.0",
  52. "eclint": "^2.8.1",
  53. "eslint": "^8.8.0",
  54. "evalmd": "^0.0.19",
  55. "in-publish": "^2.0.1",
  56. "npmignore": "^0.3.1",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^2.0.0",
  59. "tape": "^5.7.5",
  60. "typescript": "next"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "exports": {
  66. ".": "./index.js",
  67. "./RequireObjectCoercible": "./RequireObjectCoercible.js",
  68. "./ToObject": "./ToObject.js",
  69. "./package.json": "./package.json"
  70. },
  71. "homepage": "https://github.com/ljharb/es-object-atoms#readme",
  72. "keywords": [
  73. "javascript",
  74. "ecmascript",
  75. "object",
  76. "toobject",
  77. "coercible"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "es-object-atoms",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github/workflows"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/ljharb/es-object-atoms.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint --ext=js,mjs .",
  93. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  94. "posttest": "aud --production",
  95. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  96. "prelint": "evalmd README.md",
  97. "prepack": "npmignore --auto --commentLines=autogenerated",
  98. "prepublish": "not-in-publish || npm run prepublishOnly",
  99. "prepublishOnly": "safe-publish-latest",
  100. "pretest": "npm run lint",
  101. "test": "npm run tests-only",
  102. "tests-only": "nyc tape 'test/**/*.js'",
  103. "version": "auto-changelog && git add CHANGELOG.md"
  104. },
  105. "sideEffects": false,
  106. "version": "1.0.0"
  107. }