package.json 2.7 KB

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