package.json 2.3 KB

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