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

74 lines
1.8 KiB

3 months ago
  1. {
  2. "_from": "object-assign@^4.0.1",
  3. "_id": "object-assign@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6. "_location": "/object-assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-assign@^4.0.1",
  12. "name": "object-assign",
  13. "escapedName": "object-assign",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/mz"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  22. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  23. "_spec": "object-assign@^4.0.1",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\mz",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/object-assign/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ES2015 `Object.assign()` ponyfill",
  36. "devDependencies": {
  37. "ava": "^0.16.0",
  38. "lodash": "^4.16.4",
  39. "matcha": "^0.7.0",
  40. "xo": "^0.16.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  49. "keywords": [
  50. "object",
  51. "assign",
  52. "extend",
  53. "properties",
  54. "es2015",
  55. "ecmascript",
  56. "harmony",
  57. "ponyfill",
  58. "prollyfill",
  59. "polyfill",
  60. "shim",
  61. "browser"
  62. ],
  63. "license": "MIT",
  64. "name": "object-assign",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/object-assign.git"
  68. },
  69. "scripts": {
  70. "bench": "matcha bench.js",
  71. "test": "xo && ava"
  72. },
  73. "version": "4.1.1"
  74. }