package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "for-in@0.1.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "for-in@0.1.6",
  10. "_id": "for-in@0.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yfluib+tGKVFr17D7TUqHZ5bTcg=",
  13. "_location": "/for-in",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "for-in@0.1.6",
  19. "name": "for-in",
  20. "escapedName": "for-in",
  21. "rawSpec": "0.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.6"
  24. },
  25. "_requiredBy": [
  26. "/for-own"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz",
  29. "_spec": "0.1.6",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/for-in/issues"
  37. },
  38. "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",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.7",
  41. "mocha": "^2.4.5",
  42. "should": "^8.3.0"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/for-in",
  51. "keywords": [
  52. "for-in",
  53. "for-own",
  54. "has",
  55. "has-own",
  56. "hasOwn",
  57. "key",
  58. "keys",
  59. "object",
  60. "own",
  61. "value"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "for-in",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/for-in.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "run": true,
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "reflinks": [
  84. "verb"
  85. ],
  86. "lint": {
  87. "reflinks": true
  88. }
  89. },
  90. "version": "0.1.6"
  91. }