package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "aproba@^1.0.3 || ^2.0.0",
  3. "_id": "aproba@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
  6. "_location": "/aproba",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aproba@^1.0.3 || ^2.0.0",
  12. "name": "aproba",
  13. "escapedName": "aproba",
  14. "rawSpec": "^1.0.3 || ^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3 || ^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gauge"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  22. "_shasum": "52520b8ae5b569215b354efc0caa3fe1e45a8adc",
  23. "_spec": "aproba@^1.0.3 || ^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\gauge",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/iarna/aproba/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  36. "devDependencies": {
  37. "standard": "^11.0.1",
  38. "tap": "^12.0.1"
  39. },
  40. "directories": {
  41. "test": "test"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/iarna/aproba",
  47. "keywords": [
  48. "argument",
  49. "validate"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "aproba",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/iarna/aproba.git"
  57. },
  58. "scripts": {
  59. "pretest": "standard",
  60. "test": "tap --100 -J test/*.js"
  61. },
  62. "version": "2.0.0"
  63. }