package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "object-copy@^0.1.0",
  3. "_id": "object-copy@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
  6. "_location": "/object-copy",
  7. "_phantomChildren": {
  8. "is-accessor-descriptor": "0.1.6",
  9. "is-buffer": "1.1.6",
  10. "is-data-descriptor": "0.1.4"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "object-copy@^0.1.0",
  16. "name": "object-copy",
  17. "escapedName": "object-copy",
  18. "rawSpec": "^0.1.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^0.1.0"
  21. },
  22. "_requiredBy": [
  23. "/static-extend"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  26. "_shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  27. "_spec": "object-copy@^0.1.0",
  28. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/static-extend",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/object-copy/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "copy-descriptor": "^0.1.0",
  39. "define-property": "^0.2.5",
  40. "kind-of": "^3.0.3"
  41. },
  42. "deprecated": false,
  43. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  44. "devDependencies": {
  45. "gulp-format-md": "*",
  46. "mocha": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/object-copy",
  55. "keywords": [
  56. "copy",
  57. "object"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "object-copy",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jonschlinkert/object-copy.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "layout": "default",
  71. "plugins": [
  72. "gulp-format-md"
  73. ],
  74. "related": {
  75. "list": []
  76. },
  77. "reflinks": [
  78. "verb"
  79. ]
  80. },
  81. "version": "0.1.0"
  82. }