You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
905 B

3 months ago
  1. {
  2. "name": "@sideway/pinpoint",
  3. "description": "Return the filename and line number of the calling function",
  4. "version": "2.0.0",
  5. "repository": "git://github.com/sideway/pinpoint",
  6. "main": "lib/index.js",
  7. "types": "lib/index.d.ts",
  8. "files": [
  9. "lib"
  10. ],
  11. "keywords": [
  12. "utilities"
  13. ],
  14. "dependencies": {},
  15. "devDependencies": {
  16. "typescript": "4.0.x",
  17. "@hapi/code": "8.x.x",
  18. "@hapi/lab": "24.x.x"
  19. },
  20. "scripts": {
  21. "test": "lab -a @hapi/code -t 100 -L -Y",
  22. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  23. },
  24. "license": "BSD-3-Clause"
  25. ,"_resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz"
  26. ,"_integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="
  27. ,"_from": "@sideway/pinpoint@2.0.0"
  28. }