package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_args": [
  3. [
  4. "extend-shallow@^3.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "extend-shallow@>=3.0.2 <4.0.0",
  9. "_id": "extend-shallow@3.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/extend-shallow",
  13. "_nodeVersion": "0.10.48",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/extend-shallow-3.0.2.tgz_1513797098024_0.23954258323647082"
  17. },
  18. "_npmUser": {
  19. "email": "blaine.bublitz@gmail.com",
  20. "name": "phated"
  21. },
  22. "_npmVersion": "2.15.1",
  23. "_phantomChildren": {
  24. "is-plain-object": "2.0.4"
  25. },
  26. "_requested": {
  27. "name": "extend-shallow",
  28. "raw": "extend-shallow@^3.0.2",
  29. "rawSpec": "^3.0.2",
  30. "scope": null,
  31. "spec": ">=3.0.2 <4.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/micromatch",
  36. "/nanomatch",
  37. "/regex-not",
  38. "/split-string",
  39. "/to-regex"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  42. "_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
  43. "_shrinkwrap": null,
  44. "_spec": "extend-shallow@^3.0.2",
  45. "_where": "/home/seleznev/project Angular/Quality system/node_modules/micromatch",
  46. "author": {
  47. "name": "Jon Schlinkert",
  48. "url": "https://github.com/jonschlinkert"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "name": "Peter deHaan",
  60. "url": "http://about.me/peterdehaan"
  61. }
  62. ],
  63. "dependencies": {
  64. "assign-symbols": "^1.0.0",
  65. "is-extendable": "^1.0.1"
  66. },
  67. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  68. "devDependencies": {
  69. "array-slice": "^1.0.0",
  70. "benchmarked": "^2.0.0",
  71. "for-own": "^1.0.0",
  72. "gulp-format-md": "^1.0.0",
  73. "is-plain-object": "^2.0.4",
  74. "kind-of": "^6.0.1",
  75. "minimist": "^1.2.0",
  76. "mocha": "^3.5.3",
  77. "object-assign": "^4.1.1"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "26a71aaf073b39fb2127172746131c2704028db8",
  82. "tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
  83. },
  84. "engines": {
  85. "node": ">=0.10.0"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "gitHead": "33698c3df7804f0d0e3ea98caa64d53f09c37bd4",
  91. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  92. "keywords": [
  93. "assign",
  94. "clone",
  95. "extend",
  96. "merge",
  97. "obj",
  98. "object",
  99. "object-assign",
  100. "object.assign",
  101. "prop",
  102. "properties",
  103. "property",
  104. "props",
  105. "shallow",
  106. "util",
  107. "utility",
  108. "utils",
  109. "value"
  110. ],
  111. "license": "MIT",
  112. "main": "index.js",
  113. "maintainers": [
  114. {
  115. "name": "phated",
  116. "email": "blaine.bublitz@gmail.com"
  117. },
  118. {
  119. "name": "jonschlinkert",
  120. "email": "github@sellside.com"
  121. }
  122. ],
  123. "name": "extend-shallow",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  129. },
  130. "scripts": {
  131. "test": "mocha"
  132. },
  133. "verb": {
  134. "layout": "default",
  135. "lint": {
  136. "reflinks": true
  137. },
  138. "plugins": [
  139. "gulp-format-md"
  140. ],
  141. "related": {
  142. "list": [
  143. "extend-shallow",
  144. "for-in",
  145. "for-own",
  146. "is-plain-object",
  147. "isobject",
  148. "kind-of"
  149. ]
  150. },
  151. "tasks": [
  152. "readme"
  153. ],
  154. "toc": false
  155. },
  156. "version": "3.0.2"
  157. }