package.json 1.8 KB

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