package.json 2.3 KB

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