package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "json-schema@0.4.0",
  3. "_id": "json-schema@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  6. "_location": "/json-schema",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "json-schema@0.4.0",
  12. "name": "json-schema",
  13. "escapedName": "json-schema",
  14. "rawSpec": "0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/jsprim"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  22. "_shasum": "f7de4cf6efab838ebaeb3236474cbba5a1930ab5",
  23. "_spec": "json-schema@0.4.0",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\jsprim",
  25. "author": {
  26. "name": "Kris Zyp"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kriszyp/json-schema/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "JSON Schema validation and specifications",
  34. "devDependencies": {
  35. "vows": "*"
  36. },
  37. "directories": {
  38. "lib": "./lib"
  39. },
  40. "files": [
  41. "lib"
  42. ],
  43. "homepage": "https://github.com/kriszyp/json-schema#readme",
  44. "keywords": [
  45. "json",
  46. "schema"
  47. ],
  48. "license": "(AFL-2.1 OR BSD-3-Clause)",
  49. "main": "./lib/validate.js",
  50. "maintainers": [
  51. {
  52. "name": "Kris Zyp",
  53. "email": "kriszyp@gmail.com"
  54. }
  55. ],
  56. "name": "json-schema",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  60. },
  61. "scripts": {
  62. "test": "vows --spec test/*.js"
  63. },
  64. "version": "0.4.0"
  65. }