package.json 2.9 KB

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