package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "arrify@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arrify@1.0.1",
  10. "_id": "arrify@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
  13. "_location": "/arrify",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "arrify@1.0.1",
  20. "name": "arrify",
  21. "escapedName": "arrify",
  22. "rawSpec": "1.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.1"
  25. },
  26. "_requiredBy": [
  27. "/globby",
  28. "/ts-node"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/arrify/issues"
  40. },
  41. "description": "Convert a value to an array",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/arrify#readme",
  53. "keywords": [
  54. "array",
  55. "arr",
  56. "arrify",
  57. "arrayify",
  58. "convert",
  59. "value"
  60. ],
  61. "license": "MIT",
  62. "name": "arrify",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/arrify.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava"
  69. },
  70. "version": "1.0.1"
  71. }