package.json 1.5 KB

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