You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8 KiB

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