You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "/move-concurrently",
  21. "/run-queue"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  24. "_shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
  25. "_spec": "aproba@^1.1.1",
  26. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/move-concurrently",
  27. "author": {
  28. "name": "Rebecca Turner",
  29. "email": "me@re-becca.org"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/iarna/aproba/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  38. "devDependencies": {
  39. "standard": "^10.0.3",
  40. "tap": "^10.0.2"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/iarna/aproba",
  49. "keywords": [
  50. "argument",
  51. "validate"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "aproba",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/iarna/aproba.git"
  59. },
  60. "scripts": {
  61. "test": "standard && tap -j3 test/*.js"
  62. },
  63. "version": "1.2.0"
  64. }