package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "aproba@1.2.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "aproba@1.2.0",
  10. "_id": "aproba@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
  13. "_location": "/aproba",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "aproba@1.2.0",
  19. "name": "aproba",
  20. "escapedName": "aproba",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/gauge"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "email": "me@re-becca.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/iarna/aproba/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  40. "devDependencies": {
  41. "standard": "^10.0.3",
  42. "tap": "^10.0.2"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/iarna/aproba",
  51. "keywords": [
  52. "argument",
  53. "validate"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "aproba",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/iarna/aproba.git"
  61. },
  62. "scripts": {
  63. "test": "standard && tap -j3 test/*.js"
  64. },
  65. "version": "1.2.0"
  66. }