package.json 2.4KB

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