package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "assign-symbols@1.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/cpx/extend-shallow",
  27. "/micromatch/extend-shallow",
  28. "/nanomatch/extend-shallow",
  29. "/regex-not/extend-shallow",
  30. "/split-string/extend-shallow",
  31. "/to-regex/extend-shallow"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  34. "_spec": "1.0.0",
  35. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  42. },
  43. "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.",
  44. "devDependencies": {
  45. "mocha": "^3.0.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/assign-symbols",
  54. "keywords": [
  55. "assign",
  56. "symbols"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "assign-symbols",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "verb": {
  69. "related": {
  70. "list": [
  71. "assign-deep",
  72. "mixin-deep",
  73. "merge-deep",
  74. "extend-shallow",
  75. "clone-deep"
  76. ]
  77. }
  78. },
  79. "version": "1.0.0"
  80. }