package.json 3.0 KB

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