You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
2.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "assign-symbols@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/extend-shallow"
  6. ]
  7. ],
  8. "_from": "assign-symbols@>=1.0.0 <2.0.0",
  9. "_id": "assign-symbols@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/assign-symbols",
  13. "_nodeVersion": "0.12.18",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/assign-symbols-1.0.0.tgz_1513723533378_0.7385613690130413"
  17. },
  18. "_npmUser": {
  19. "email": "blaine.bublitz@gmail.com",
  20. "name": "phated"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "assign-symbols",
  26. "raw": "assign-symbols@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/extend-shallow"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  36. "_shasum": "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367",
  37. "_shrinkwrap": null,
  38. "_spec": "assign-symbols@^1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/extend-shallow",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  46. },
  47. "dependencies": {},
  48. "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.",
  49. "devDependencies": {
  50. "mocha": "^3.0.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367",
  55. "tarball": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "2df01f26fce8359fa75688eb89e2a1c65de6f237",
  64. "homepage": "https://github.com/jonschlinkert/assign-symbols",
  65. "keywords": [
  66. "assign",
  67. "symbols"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "name": "phated",
  74. "email": "blaine.bublitz@gmail.com"
  75. },
  76. {
  77. "name": "jonschlinkert",
  78. "email": "github@sellside.com"
  79. }
  80. ],
  81. "name": "assign-symbols",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "verb": {
  92. "related": {
  93. "list": [
  94. "assign-deep",
  95. "clone-deep",
  96. "extend-shallow",
  97. "merge-deep",
  98. "mixin-deep"
  99. ]
  100. }
  101. },
  102. "version": "1.0.0"
  103. }