package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "assign-symbols@^1.0.0",
  3. "_id": "assign-symbols@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
  6. "_location": "/assign-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "assign-symbols@^1.0.0",
  12. "name": "assign-symbols",
  13. "escapedName": "assign-symbols",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy-middleware/extend-shallow",
  20. "/nanomatch/extend-shallow",
  21. "/regex-not/extend-shallow",
  22. "/split-string/extend-shallow",
  23. "/to-regex/extend-shallow",
  24. "/watchpack-chokidar2/extend-shallow",
  25. "/webpack-dev-server/extend-shallow",
  26. "/webpack/extend-shallow"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/assign-symbols/-/assign-symbols-1.0.0.tgz",
  29. "_shasum": "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367",
  30. "_spec": "assign-symbols@^1.0.0",
  31. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\split-string\\node_modules\\extend-shallow",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
  42. "devDependencies": {
  43. "mocha": "^3.0.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/assign-symbols",
  52. "keywords": [
  53. "assign",
  54. "symbols"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "assign-symbols",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "verb": {
  67. "related": {
  68. "list": [
  69. "assign-deep",
  70. "mixin-deep",
  71. "merge-deep",
  72. "extend-shallow",
  73. "clone-deep"
  74. ]
  75. }
  76. },
  77. "version": "1.0.0"
  78. }