package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "for-in@^0.1.5",
  6. "scope": null,
  7. "escapedName": "for-in",
  8. "name": "for-in",
  9. "rawSpec": "^0.1.5",
  10. "spec": ">=0.1.5 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/for-own"
  14. ]
  15. ],
  16. "_from": "for-in@>=0.1.5 <0.2.0",
  17. "_id": "for-in@0.1.6",
  18. "_inCache": true,
  19. "_location": "/for-in",
  20. "_nodeVersion": "6.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/for-in-0.1.6.tgz_1473858422358_0.2992941744159907"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "for-in@^0.1.5",
  33. "scope": null,
  34. "escapedName": "for-in",
  35. "name": "for-in",
  36. "rawSpec": "^0.1.5",
  37. "spec": ">=0.1.5 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/for-own"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz",
  44. "_shasum": "c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8",
  45. "_shrinkwrap": null,
  46. "_spec": "for-in@^0.1.5",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/for-own",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/for-in/issues"
  54. },
  55. "dependencies": {},
  56. "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",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.7",
  59. "mocha": "^2.4.5",
  60. "should": "^8.3.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8",
  65. "tarball": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "c903a9c0e06747c31bed8634c7c8645c6dbf8da1",
  74. "homepage": "https://github.com/jonschlinkert/for-in",
  75. "keywords": [
  76. "for-in",
  77. "for-own",
  78. "has",
  79. "has-own",
  80. "hasOwn",
  81. "key",
  82. "keys",
  83. "object",
  84. "own",
  85. "value"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "jonschlinkert",
  92. "email": "github@sellside.com"
  93. },
  94. {
  95. "name": "doowb",
  96. "email": "brian.woodward@gmail.com"
  97. }
  98. ],
  99. "name": "for-in",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/for-in.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "run": true,
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "reflinks": [
  120. "verb"
  121. ],
  122. "lint": {
  123. "reflinks": true
  124. }
  125. },
  126. "version": "0.1.6"
  127. }