package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "aproba@^1.1.1",
  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.1.1",
  12. "name": "aproba",
  13. "escapedName": "aproba",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/copy-concurrently",
  20. "/gauge",
  21. "/move-concurrently",
  22. "/run-queue"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  25. "_shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
  26. "_spec": "aproba@^1.1.1",
  27. "_where": "D:\\jiayue\\pig-ui\\node_modules\\move-concurrently",
  28. "author": {
  29. "name": "Rebecca Turner",
  30. "email": "me@re-becca.org"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/iarna/aproba/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  39. "devDependencies": {
  40. "standard": "^10.0.3",
  41. "tap": "^10.0.2"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/iarna/aproba",
  50. "keywords": [
  51. "argument",
  52. "validate"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "aproba",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/iarna/aproba.git"
  60. },
  61. "scripts": {
  62. "test": "standard && tap -j3 test/*.js"
  63. },
  64. "version": "1.2.0"
  65. }