package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "aproba@1.2.0",
  5. "E:\\amr1.0\\AMR"
  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. "/copy-concurrently",
  27. "/move-concurrently",
  28. "/run-queue"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  31. "_spec": "1.2.0",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Rebecca Turner",
  35. "email": "me@re-becca.org"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/iarna/aproba/issues"
  39. },
  40. "dependencies": {},
  41. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  42. "devDependencies": {
  43. "standard": "^10.0.3",
  44. "tap": "^10.0.2"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/iarna/aproba",
  53. "keywords": [
  54. "argument",
  55. "validate"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "aproba",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/iarna/aproba.git"
  63. },
  64. "scripts": {
  65. "test": "standard && tap -j3 test/*.js"
  66. },
  67. "version": "1.2.0"
  68. }