package.json 2.0 KB

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