package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "aproba@^1.0.3 || ^2.0.0",
  3. "_id": "aproba@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
  6. "_location": "/aproba",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aproba@^1.0.3 || ^2.0.0",
  12. "name": "aproba",
  13. "escapedName": "aproba",
  14. "rawSpec": "^1.0.3 || ^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3 || ^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gauge",
  20. "/npmlog/gauge"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  23. "_shasum": "52520b8ae5b569215b354efc0caa3fe1e45a8adc",
  24. "_spec": "aproba@^1.0.3 || ^2.0.0",
  25. "_where": "G:\\项目\\mobile\\node_modules\\gauge",
  26. "author": {
  27. "name": "Rebecca Turner",
  28. "email": "me@re-becca.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/iarna/aproba/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  37. "devDependencies": {
  38. "standard": "^11.0.1",
  39. "tap": "^12.0.1"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/iarna/aproba",
  48. "keywords": [
  49. "argument",
  50. "validate"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "aproba",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/iarna/aproba.git"
  58. },
  59. "scripts": {
  60. "pretest": "standard",
  61. "test": "tap --100 -J test/*.js"
  62. },
  63. "version": "2.0.0"
  64. }