package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "for-in@^1.0.2",
  3. "_id": "for-in@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
  6. "_location": "/for-in",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "for-in@^1.0.2",
  12. "name": "for-in",
  13. "escapedName": "for-in",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/for-own",
  20. "/mixin-deep"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
  23. "_shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
  24. "_spec": "for-in@^1.0.2",
  25. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/mixin-deep",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/for-in/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jon Schlinkert",
  37. "email": "jon.schlinkert@sellside.com",
  38. "url": "http://twitter.com/jonschlinkert"
  39. },
  40. {
  41. "name": "Paul Irish",
  42. "url": "http://paulirish.com"
  43. }
  44. ],
  45. "deprecated": false,
  46. "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",
  47. "devDependencies": {
  48. "gulp-format-md": "^0.1.11",
  49. "mocha": "^3.2.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/for-in",
  58. "keywords": [
  59. "for",
  60. "for-in",
  61. "for-own",
  62. "has",
  63. "has-own",
  64. "hasOwn",
  65. "in",
  66. "key",
  67. "keys",
  68. "object",
  69. "own",
  70. "value"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "for-in",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/for-in.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "verb": {
  83. "run": true,
  84. "toc": false,
  85. "layout": "default",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "related": {
  93. "list": [
  94. "arr-flatten",
  95. "collection-map",
  96. "for-own"
  97. ]
  98. },
  99. "reflinks": [
  100. "verb"
  101. ],
  102. "lint": {
  103. "reflinks": true
  104. }
  105. },
  106. "version": "1.0.2"
  107. }