package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@sideway/pinpoint@^2.0.0",
  3. "_id": "@sideway/pinpoint@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
  6. "_location": "/@sideway/pinpoint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sideway/pinpoint@^2.0.0",
  12. "name": "@sideway/pinpoint",
  13. "escapedName": "@sideway%2fpinpoint",
  14. "scope": "@sideway",
  15. "rawSpec": "^2.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.0.0"
  18. },
  19. "_requiredBy": [
  20. "/joi"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
  23. "_shasum": "cff8ffadc372ad29fd3f78277aeb29e632cc70df",
  24. "_spec": "@sideway/pinpoint@^2.0.0",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\joi",
  26. "bugs": {
  27. "url": "https://github.com/sideway/pinpoint/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "Return the filename and line number of the calling function",
  33. "devDependencies": {
  34. "@hapi/code": "8.x.x",
  35. "@hapi/lab": "24.x.x",
  36. "typescript": "4.0.x"
  37. },
  38. "files": [
  39. "lib"
  40. ],
  41. "homepage": "https://github.com/sideway/pinpoint#readme",
  42. "keywords": [
  43. "utilities"
  44. ],
  45. "license": "BSD-3-Clause",
  46. "main": "lib/index.js",
  47. "name": "@sideway/pinpoint",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/sideway/pinpoint.git"
  51. },
  52. "scripts": {
  53. "test": "lab -a @hapi/code -t 100 -L -Y",
  54. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  55. },
  56. "types": "lib/index.d.ts",
  57. "version": "2.0.0"
  58. }