package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "assign-symbols@1.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assign-symbols@1.0.0",
  10. "_id": "assign-symbols@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
  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. ],
  28. "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  37. },
  38. "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.",
  39. "devDependencies": {
  40. "mocha": "^3.0.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/assign-symbols",
  49. "keywords": [
  50. "assign",
  51. "symbols"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "assign-symbols",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "verb": {
  64. "related": {
  65. "list": [
  66. "assign-deep",
  67. "mixin-deep",
  68. "merge-deep",
  69. "extend-shallow",
  70. "clone-deep"
  71. ]
  72. }
  73. },
  74. "version": "1.0.0"
  75. }