package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "arr-flatten@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "arr-flatten@1.1.0",
  9. "_id": "arr-flatten@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  12. "_location": "/arr-flatten",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "arr-flatten@1.1.0",
  18. "name": "arr-flatten",
  19. "escapedName": "arr-flatten",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/braces"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  28. "_spec": "1.1.0",
  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/arr-flatten/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Luke Edwards",
  44. "url": "https://lukeed.com"
  45. }
  46. ],
  47. "description": "Recursively flatten an array or arrays.",
  48. "devDependencies": {
  49. "ansi-bold": "^0.1.1",
  50. "array-flatten": "^2.1.1",
  51. "array-slice": "^1.0.0",
  52. "benchmarked": "^1.0.0",
  53. "compute-flatten": "^1.0.0",
  54. "flatit": "^1.1.1",
  55. "flatten": "^1.0.2",
  56. "flatten-array": "^1.0.0",
  57. "glob": "^7.1.1",
  58. "gulp-format-md": "^0.1.12",
  59. "just-flatten-it": "^1.1.23",
  60. "lodash.flattendeep": "^4.4.0",
  61. "m_flattened": "^1.0.1",
  62. "mocha": "^3.2.0",
  63. "utils-flatten": "^1.0.0",
  64. "write": "^0.3.3"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  73. "keywords": [
  74. "arr",
  75. "array",
  76. "elements",
  77. "flat",
  78. "flatten",
  79. "nested",
  80. "recurse",
  81. "recursive",
  82. "recursively"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "arr-flatten",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "verb": {
  95. "toc": false,
  96. "layout": "default",
  97. "tasks": [
  98. "readme"
  99. ],
  100. "plugins": [
  101. "gulp-format-md"
  102. ],
  103. "related": {
  104. "list": [
  105. "arr-filter",
  106. "arr-union",
  107. "array-each",
  108. "array-unique"
  109. ]
  110. },
  111. "lint": {
  112. "reflinks": true
  113. }
  114. },
  115. "version": "1.1.0"
  116. }