package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "aproba@^1.0.3",
  6. "scope": null,
  7. "escapedName": "aproba",
  8. "name": "aproba",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/gauge"
  14. ]
  15. ],
  16. "_from": "aproba@>=1.0.3 <2.0.0",
  17. "_id": "aproba@1.2.0",
  18. "_inCache": true,
  19. "_location": "/aproba",
  20. "_nodeVersion": "8.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/aproba-1.2.0.tgz_1505861292502_0.3447994305752218"
  24. },
  25. "_npmUser": {
  26. "name": "iarna",
  27. "email": "me@re-becca.org"
  28. },
  29. "_npmVersion": "5.4.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "aproba@^1.0.3",
  33. "scope": null,
  34. "escapedName": "aproba",
  35. "name": "aproba",
  36. "rawSpec": "^1.0.3",
  37. "spec": ">=1.0.3 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gauge"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  44. "_shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
  45. "_shrinkwrap": null,
  46. "_spec": "aproba@^1.0.3",
  47. "_where": "/home/conte/data/reveal.js/node_modules/gauge",
  48. "author": {
  49. "name": "Rebecca Turner",
  50. "email": "me@re-becca.org"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/iarna/aproba/issues"
  54. },
  55. "dependencies": {},
  56. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  57. "devDependencies": {
  58. "standard": "^10.0.3",
  59. "tap": "^10.0.2"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "dist": {
  65. "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
  66. "shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
  67. "tarball": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "ee43ce68c9992e8f9d0d925dc2b1f2e1e5c976de",
  73. "homepage": "https://github.com/iarna/aproba",
  74. "keywords": [
  75. "argument",
  76. "validate"
  77. ],
  78. "license": "ISC",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "iarna",
  83. "email": "me@re-becca.org"
  84. }
  85. ],
  86. "name": "aproba",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/iarna/aproba.git"
  92. },
  93. "scripts": {
  94. "test": "standard && tap -j3 test/*.js"
  95. },
  96. "version": "1.2.0"
  97. }