package.json 2.3 KB

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