package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "assign-symbols@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assign-symbols@1.0.0",
  10. "_id": "assign-symbols@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
  13. "_location": "/assign-symbols",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "assign-symbols@1.0.0",
  19. "name": "assign-symbols",
  20. "escapedName": "assign-symbols",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/extend-shallow",
  27. "/watchpack-chokidar2/micromatch/extend-shallow",
  28. "/webpack-dev-server/micromatch/extend-shallow"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  31. "_spec": "1.0.0",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  39. },
  40. "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.",
  41. "devDependencies": {
  42. "mocha": "^3.0.0"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/assign-symbols",
  51. "keywords": [
  52. "assign",
  53. "symbols"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "assign-symbols",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "verb": {
  66. "related": {
  67. "list": [
  68. "assign-deep",
  69. "mixin-deep",
  70. "merge-deep",
  71. "extend-shallow",
  72. "clone-deep"
  73. ]
  74. }
  75. },
  76. "version": "1.0.0"
  77. }