package.json 2.4 KB

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