package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "pg-int8@1.0.1",
  3. "_id": "pg-int8@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
  6. "_location": "/pg-int8",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "pg-int8@1.0.1",
  12. "name": "pg-int8",
  13. "escapedName": "pg-int8",
  14. "rawSpec": "1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/pg-types"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
  22. "_shasum": "943bd463bf5b71b4170115f80f8efc9a0c0eb78c",
  23. "_spec": "pg-int8@1.0.1",
  24. "_where": "F:\\project\\node_util\\node_modules\\pg-types",
  25. "bugs": {
  26. "url": "https://github.com/charmander/pg-int8/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "64-bit big-endian signed integer-to-string conversion",
  31. "devDependencies": {
  32. "@charmander/eslint-config-base": "1.0.2",
  33. "tap": "10.7.3"
  34. },
  35. "engines": {
  36. "node": ">=4.0.0"
  37. },
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/charmander/pg-int8#readme",
  42. "license": "ISC",
  43. "name": "pg-int8",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/charmander/pg-int8.git"
  47. },
  48. "scripts": {
  49. "test": "tap test"
  50. },
  51. "version": "1.0.1"
  52. }