package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "for-own@0.1.4",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "for-own@0.1.4",
  10. "_id": "for-own@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AUm0GjkIjHUV9R6+HBOG1F+TUHI=",
  13. "_location": "/for-own",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "for-own@0.1.4",
  19. "name": "for-own",
  20. "escapedName": "for-own",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/object.omit"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/for-own/issues"
  37. },
  38. "dependencies": {
  39. "for-in": "^0.1.5"
  40. },
  41. "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.",
  42. "devDependencies": {
  43. "gulp-format-md": "^0.1.7",
  44. "mocha": "^2.4.5"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/for-own",
  53. "keywords": [
  54. "for-in",
  55. "for-own",
  56. "has",
  57. "has-own",
  58. "hasOwn",
  59. "key",
  60. "keys",
  61. "object",
  62. "own",
  63. "value"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "for-own",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/for-own.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "run": true,
  77. "toc": false,
  78. "layout": "default",
  79. "tasks": [
  80. "readme"
  81. ],
  82. "plugins": [
  83. "gulp-format-md"
  84. ],
  85. "reflinks": [
  86. "verb"
  87. ],
  88. "lint": {
  89. "reflinks": true
  90. }
  91. },
  92. "version": "0.1.4"
  93. }