package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "for-in@^0.1.5",
  5. "D:\\work\\im\\node_modules\\for-own"
  6. ]
  7. ],
  8. "_from": "for-in@>=0.1.5 <0.2.0",
  9. "_id": "for-in@0.1.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/for-in",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/for-in-0.1.5.tgz_1459090695716_0.8974318646360189"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "for-in",
  26. "raw": "for-in@^0.1.5",
  27. "rawSpec": "^0.1.5",
  28. "scope": null,
  29. "spec": ">=0.1.5 <0.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/for-own"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
  36. "_shasum": "007374e2b6d5c67420a1479bdb75a04872b738c4",
  37. "_shrinkwrap": null,
  38. "_spec": "for-in@^0.1.5",
  39. "_where": "D:\\work\\im\\node_modules\\for-own",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/for-in/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
  49. "devDependencies": {
  50. "gulp-format-md": "^0.1.7",
  51. "mocha": "^2.4.5",
  52. "should": "^8.3.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "007374e2b6d5c67420a1479bdb75a04872b738c4",
  57. "tarball": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "5240e873e512aec30b0e0fe9790bd8f0e2136806",
  66. "homepage": "https://github.com/jonschlinkert/for-in",
  67. "keywords": [
  68. "for-in",
  69. "for-own",
  70. "has",
  71. "has-own",
  72. "hasOwn",
  73. "key",
  74. "keys",
  75. "object",
  76. "own",
  77. "value"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "email": "github@sellside.com",
  84. "name": "jonschlinkert"
  85. },
  86. {
  87. "email": "brian.woodward@gmail.com",
  88. "name": "doowb"
  89. }
  90. ],
  91. "name": "for-in",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonschlinkert/for-in.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "layout": "default",
  103. "lint": {
  104. "reflinks": true
  105. },
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "reflinks": [
  110. "verb"
  111. ],
  112. "run": true,
  113. "tasks": [
  114. "readme"
  115. ],
  116. "toc": false
  117. },
  118. "version": "0.1.5"
  119. }