package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "object-copy@^0.1.0",
  5. "/home/seleznev/project Angular/Quality system/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-descriptor": "0.1.6"
  25. },
  26. "_requested": {
  27. "name": "object-copy",
  28. "raw": "object-copy@^0.1.0",
  29. "rawSpec": "^0.1.0",
  30. "scope": null,
  31. "spec": ">=0.1.0 <0.2.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/static-extend"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  38. "_shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  39. "_shrinkwrap": null,
  40. "_spec": "object-copy@^0.1.0",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/static-extend",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/object-copy/issues"
  48. },
  49. "dependencies": {
  50. "copy-descriptor": "^0.1.0",
  51. "define-property": "^0.2.5",
  52. "kind-of": "^3.0.3"
  53. },
  54. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  55. "devDependencies": {
  56. "gulp-format-md": "*",
  57. "mocha": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  62. "tarball": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "15b972a4a7137f6bf47886c68e73a2fffa8eacf2",
  71. "homepage": "https://github.com/jonschlinkert/object-copy",
  72. "keywords": [
  73. "copy",
  74. "object"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "jonschlinkert",
  81. "email": "github@sellside.com"
  82. }
  83. ],
  84. "name": "object-copy",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/object-copy.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "verb": {
  95. "layout": "default",
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "reflinks": [
  100. "verb"
  101. ],
  102. "related": {
  103. "list": []
  104. }
  105. },
  106. "version": "0.1.0"
  107. }