package.json 3.0 KB

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