package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "to-array@0.1.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "to-array@0.1.4",
  10. "_id": "to-array@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
  13. "_location": "/to-array",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "to-array@0.1.4",
  19. "name": "to-array",
  20. "escapedName": "to-array",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/socket.io-client"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Raynos",
  33. "email": "raynos2@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Raynos/to-array/issues",
  37. "email": "raynos2@gmail.com"
  38. },
  39. "component": {
  40. "scripts": {
  41. "to-array/index.js": "index.js"
  42. }
  43. },
  44. "contributors": [
  45. {
  46. "name": "Jake Verbaten"
  47. }
  48. ],
  49. "dependencies": {},
  50. "description": "Turn an array like into an array",
  51. "devDependencies": {
  52. "tap": "~0.3.1"
  53. },
  54. "homepage": "https://github.com/Raynos/to-array",
  55. "keywords": [],
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  60. }
  61. ],
  62. "main": "index",
  63. "name": "to-array",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/Raynos/to-array.git"
  67. },
  68. "scripts": {
  69. "test": "tap --stderr --tap ./test"
  70. },
  71. "version": "0.1.4"
  72. }