package.json 1.5 KB

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