package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "aproba@^1.0.3",
  3. "_id": "aproba@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
  6. "_location": "/aproba",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aproba@^1.0.3",
  12. "name": "aproba",
  13. "escapedName": "aproba",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/gauge"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  22. "_shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
  23. "_spec": "aproba@^1.0.3",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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": "^10.0.3",
  38. "tap": "^10.0.2"
  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. "test": "standard && tap -j3 test/*.js"
  60. },
  61. "version": "1.2.0"
  62. }