package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "check-types@^11.1.1",
  3. "_id": "check-types@11.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==",
  6. "_location": "/check-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "check-types@^11.1.1",
  12. "name": "check-types",
  13. "escapedName": "check-types",
  14. "rawSpec": "^11.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.1.1"
  17. },
  18. "_requiredBy": [
  19. "/bfj"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
  22. "_shasum": "86a7c12bf5539f6324eb0e70ca8896c0e38f3e2f",
  23. "_spec": "check-types@^11.1.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\bfj",
  25. "author": {
  26. "name": "Phil Booth",
  27. "email": "pmbooth@gmail.com",
  28. "url": "https://philbooth.me/"
  29. },
  30. "bugs": {
  31. "url": "https://gitlab.com/philbooth/check-types.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A little library for asserting types and values.",
  36. "devDependencies": {
  37. "chai": "4.2.x",
  38. "jshint": "^2.9.7",
  39. "mocha": "5.2.x",
  40. "please-release-me": "^2.1.2",
  41. "uglify-js": "3.4.x"
  42. },
  43. "files": [
  44. "COPYING",
  45. "HISTORY.md",
  46. "src"
  47. ],
  48. "homepage": "https://gitlab.com/philbooth/check-types.js",
  49. "keywords": [
  50. "type",
  51. "types",
  52. "type-check",
  53. "type-checking",
  54. "duck-typing",
  55. "arguments",
  56. "parameters",
  57. "values",
  58. "data",
  59. "contract",
  60. "assert",
  61. "check",
  62. "verify",
  63. "safe",
  64. "safety"
  65. ],
  66. "license": "MIT",
  67. "main": "./src/check-types",
  68. "name": "check-types",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://gitlab.com/philbooth/check-types.js.git"
  72. },
  73. "scripts": {
  74. "lint": "jshint ./src/check-types.js",
  75. "minify": "uglifyjs ./src/check-types.js --compress --mangle --output ./src/check-types.min.js",
  76. "test": "mocha --ui tdd --reporter spec --colors ./test/check-types.js"
  77. },
  78. "version": "11.1.2"
  79. }