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.

108 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "object-copy@^0.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/static-extend"
  6. ]
  7. ],
  8. "_from": "object-copy@>=0.1.0 <0.2.0",
  9. "_id": "object-copy@0.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/object-copy",
  13. "_nodeVersion": "6.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/object-copy-0.1.0.tgz_1465495667685_0.612287495052442"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.8.9",
  23. "_phantomChildren": {
  24. "is-buffer": "1.1.6",
  25. "is-descriptor": "0.1.6"
  26. },
  27. "_requested": {
  28. "name": "object-copy",
  29. "raw": "object-copy@^0.1.0",
  30. "rawSpec": "^0.1.0",
  31. "scope": null,
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/static-extend"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  39. "_shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  40. "_shrinkwrap": null,
  41. "_spec": "object-copy@^0.1.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/static-extend",
  43. "author": {
  44. "name": "Jon Schlinkert",
  45. "url": "https://github.com/jonschlinkert"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jonschlinkert/object-copy/issues"
  49. },
  50. "dependencies": {
  51. "copy-descriptor": "^0.1.0",
  52. "define-property": "^0.2.5",
  53. "kind-of": "^3.0.3"
  54. },
  55. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  56. "devDependencies": {
  57. "gulp-format-md": "*",
  58. "mocha": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  63. "tarball": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "15b972a4a7137f6bf47886c68e73a2fffa8eacf2",
  72. "homepage": "https://github.com/jonschlinkert/object-copy",
  73. "keywords": [
  74. "copy",
  75. "object"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "jonschlinkert",
  82. "email": "github@sellside.com"
  83. }
  84. ],
  85. "name": "object-copy",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jonschlinkert/object-copy.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "verb": {
  96. "layout": "default",
  97. "plugins": [
  98. "gulp-format-md"
  99. ],
  100. "reflinks": [
  101. "verb"
  102. ],
  103. "related": {
  104. "list": []
  105. }
  106. },
  107. "version": "0.1.0"
  108. }