package.json 2.5 KB

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