package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "aproba@1.1.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "aproba@1.1.2",
  10. "_id": "aproba@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-RcZikJTeTpb2k+9+q3SuB5wkD8E=",
  13. "_location": "/aproba",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "aproba@1.1.2",
  19. "name": "aproba",
  20. "escapedName": "aproba",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/gauge"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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 rediculously light-weight argument validator",
  40. "devDependencies": {
  41. "standard": "^8.6.0",
  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.1.2"
  66. }