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

76 lines
2.1 KiB

6 months ago
  1. {
  2. "_from": "merge-descriptors@^1.0.1",
  3. "_id": "merge-descriptors@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  6. "_location": "/merge-descriptors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "merge-descriptors@^1.0.1",
  12. "name": "merge-descriptors",
  13. "escapedName": "merge-descriptors",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  22. "_shasum": "d80319a65f3c7935351e5cfdac8f9318504dbed5",
  23. "_spec": "merge-descriptors@^1.0.1",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/merge-descriptors/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Mike Grabowski",
  41. "email": "grabbou@gmail.com"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Merge objects using descriptors",
  46. "devDependencies": {
  47. "eslint": "5.9.0",
  48. "eslint-config-standard": "12.0.0",
  49. "eslint-plugin-import": "2.14.0",
  50. "eslint-plugin-node": "7.0.1",
  51. "eslint-plugin-promise": "4.0.1",
  52. "eslint-plugin-standard": "4.0.0",
  53. "mocha": "5.2.0",
  54. "nyc": "13.1.0"
  55. },
  56. "files": [
  57. "HISTORY.md",
  58. "LICENSE",
  59. "README.md",
  60. "index.js"
  61. ],
  62. "funding": "https://github.com/sponsors/sindresorhus",
  63. "homepage": "https://github.com/sindresorhus/merge-descriptors#readme",
  64. "license": "MIT",
  65. "name": "merge-descriptors",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/merge-descriptors.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint .",
  72. "test": "mocha test/",
  73. "test-cov": "nyc --reporter=html --reporter=text npm test"
  74. },
  75. "version": "1.0.3"
  76. }