package.json 3.2 KB

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