package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "aproba@1.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/gauge",
  28. "/move-concurrently",
  29. "/run-queue"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/aproba/download/aproba-1.2.0.tgz",
  32. "_spec": "1.2.0",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "Rebecca Turner",
  36. "email": "me@re-becca.org"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/iarna/aproba/issues"
  40. },
  41. "dependencies": {},
  42. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  43. "devDependencies": {
  44. "standard": "^10.0.3",
  45. "tap": "^10.0.2"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/iarna/aproba",
  54. "keywords": [
  55. "argument",
  56. "validate"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "aproba",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/iarna/aproba.git"
  64. },
  65. "scripts": {
  66. "test": "standard && tap -j3 test/*.js"
  67. },
  68. "version": "1.2.0"
  69. }