package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "validator@~3.19.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "validator@>=3.19.0 <3.20.0",
  9. "_id": "validator@3.19.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/validator",
  13. "_npmUser": {
  14. "email": "cohara87@gmail.com",
  15. "name": "cohara87"
  16. },
  17. "_npmVersion": "2.0.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "validator",
  21. "raw": "validator@~3.19.0",
  22. "rawSpec": "~3.19.0",
  23. "scope": null,
  24. "spec": ">=3.19.0 <3.20.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/validator/-/validator-3.19.1.tgz",
  31. "_shasum": "8cae5ce48c5aa66ab1160094f48493568579318f",
  32. "_shrinkwrap": null,
  33. "_spec": "validator@~3.19.0",
  34. "_where": "D:\\work\\im",
  35. "author": {
  36. "email": "cohara87@gmail.com",
  37. "name": "Chris O'Hara"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/chriso/validator.js/issues"
  41. },
  42. "dependencies": {},
  43. "description": "String validation and sanitization",
  44. "devDependencies": {
  45. "contextify": "latest",
  46. "coveralls": "latest",
  47. "istanbul": "latest",
  48. "jshint": "latest",
  49. "mocha": "latest",
  50. "uglify-js": "latest"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "8cae5ce48c5aa66ab1160094f48493568579318f",
  55. "tarball": "https://registry.npmjs.org/validator/-/validator-3.19.1.tgz"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. },
  60. "gitHead": "ad07ead6874a89cf4206e3d0a13ab3ff1f8dc6c8",
  61. "homepage": "http://github.com/chriso/validator.js",
  62. "keywords": [
  63. "validator",
  64. "validation",
  65. "validate",
  66. "sanitization",
  67. "sanitize",
  68. "sanitisation",
  69. "sanitise",
  70. "assert"
  71. ],
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "http://github.com/chriso/validator.js/raw/master/LICENSE"
  76. }
  77. ],
  78. "main": "validator.js",
  79. "maintainers": [
  80. {
  81. "email": "cohara87@gmail.com",
  82. "name": "cohara87"
  83. }
  84. ],
  85. "name": "validator",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/chriso/validator.js.git"
  91. },
  92. "scripts": {
  93. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  94. "test": "_mocha --reporter spec"
  95. },
  96. "version": "3.19.1"
  97. }