package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "caller-path@^2.0.0",
  3. "_id": "caller-path@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
  6. "_location": "/caller-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "caller-path@^2.0.0",
  12. "name": "caller-path",
  13. "escapedName": "caller-path",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cssnano/import-fresh",
  20. "/postcss-load-config/import-fresh"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  23. "_shasum": "468f83044e369ab2010fac5f06ceee15bb2cb1f4",
  24. "_spec": "caller-path@^2.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano\\node_modules\\import-fresh",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/caller-path/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "caller-callsite": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the path of the caller function",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/caller-path#readme",
  51. "keywords": [
  52. "caller",
  53. "calling",
  54. "module",
  55. "path",
  56. "parent",
  57. "callsites",
  58. "callsite",
  59. "stacktrace",
  60. "stack",
  61. "trace",
  62. "function",
  63. "file"
  64. ],
  65. "license": "MIT",
  66. "name": "caller-path",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/caller-path.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.0.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }