You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

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