package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@humanwhocodes/object-schema@1.2.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@humanwhocodes/object-schema@1.2.1",
  10. "_id": "@humanwhocodes/object-schema@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  13. "_location": "/@humanwhocodes/object-schema",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@humanwhocodes/object-schema@1.2.1",
  19. "name": "@humanwhocodes/object-schema",
  20. "escapedName": "@humanwhocodes%2fobject-schema",
  21. "scope": "@humanwhocodes",
  22. "rawSpec": "1.2.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.2.1"
  25. },
  26. "_requiredBy": [
  27. "/@humanwhocodes/config-array"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  30. "_spec": "1.2.1",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Nicholas C. Zakas"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/humanwhocodes/object-schema/issues"
  37. },
  38. "description": "An object schema merger/validator",
  39. "devDependencies": {
  40. "chai": "^4.2.0",
  41. "eslint": "^5.13.0",
  42. "mocha": "^5.2.0"
  43. },
  44. "directories": {
  45. "test": "tests"
  46. },
  47. "homepage": "https://github.com/humanwhocodes/object-schema#readme",
  48. "keywords": [
  49. "object",
  50. "validation",
  51. "schema",
  52. "merge"
  53. ],
  54. "license": "BSD-3-Clause",
  55. "main": "src/index.js",
  56. "name": "@humanwhocodes/object-schema",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/humanwhocodes/object-schema.git"
  60. },
  61. "scripts": {
  62. "test": "mocha tests/"
  63. },
  64. "version": "1.2.1"
  65. }