package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_args": [
  3. [
  4. "for-in@^1.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/mixin-deep"
  6. ]
  7. ],
  8. "_from": "for-in@>=1.0.2 <2.0.0",
  9. "_id": "for-in@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/for-in",
  13. "_nodeVersion": "7.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/for-in-1.0.2.tgz_1488298375632_0.9562143329530954"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "for-in",
  26. "raw": "for-in@^1.0.2",
  27. "rawSpec": "^1.0.2",
  28. "scope": null,
  29. "spec": ">=1.0.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/for-own",
  34. "/mixin-deep"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
  37. "_shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
  38. "_shrinkwrap": null,
  39. "_spec": "for-in@^1.0.2",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/mixin-deep",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/for-in/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jon Schlinkert",
  51. "email": "jon.schlinkert@sellside.com",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Paul Irish",
  56. "url": "http://paulirish.com"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
  61. "devDependencies": {
  62. "gulp-format-md": "^0.1.11",
  63. "mocha": "^3.2.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
  68. "tarball": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "5f97ad4f6556e938d9b71614259ddd8044a081e3",
  77. "homepage": "https://github.com/jonschlinkert/for-in",
  78. "keywords": [
  79. "for",
  80. "for-in",
  81. "for-own",
  82. "has",
  83. "has-own",
  84. "hasOwn",
  85. "in",
  86. "key",
  87. "keys",
  88. "object",
  89. "own",
  90. "value"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "maintainers": [
  95. {
  96. "name": "jonschlinkert",
  97. "email": "github@sellside.com"
  98. },
  99. {
  100. "name": "doowb",
  101. "email": "brian.woodward@gmail.com"
  102. }
  103. ],
  104. "name": "for-in",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jonschlinkert/for-in.git"
  110. },
  111. "scripts": {
  112. "test": "mocha"
  113. },
  114. "verb": {
  115. "layout": "default",
  116. "lint": {
  117. "reflinks": true
  118. },
  119. "plugins": [
  120. "gulp-format-md"
  121. ],
  122. "reflinks": [
  123. "verb"
  124. ],
  125. "related": {
  126. "list": [
  127. "arr-flatten",
  128. "collection-map",
  129. "for-own"
  130. ]
  131. },
  132. "run": true,
  133. "tasks": [
  134. "readme"
  135. ],
  136. "toc": false
  137. },
  138. "version": "1.0.2"
  139. }