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.

100 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "callsites@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/caller-callsite"
  6. ]
  7. ],
  8. "_from": "callsites@>=2.0.0 <3.0.0",
  9. "_id": "callsites@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/callsites",
  13. "_nodeVersion": "4.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/callsites-2.0.0.tgz_1472344208744_0.7568928482942283"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "callsites",
  26. "raw": "callsites@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/caller-callsite"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
  36. "_shasum": "06eb84f00eea413da86affefacbffb36093b3c50",
  37. "_shrinkwrap": null,
  38. "_spec": "callsites@^2.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/caller-callsite",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/callsites/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Get callsites from the V8 stack trace API",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "06eb84f00eea413da86affefacbffb36093b3c50",
  57. "tarball": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "76081d07c93d0ec3657d2be3c300bb21f45cf9db",
  66. "homepage": "https://github.com/sindresorhus/callsites#readme",
  67. "keywords": [
  68. "callsite",
  69. "callsites",
  70. "debug",
  71. "file",
  72. "function",
  73. "line",
  74. "stack",
  75. "stacktrace",
  76. "trace",
  77. "v8"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "callsites",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/callsites.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "2.0.0",
  97. "xo": {
  98. "esnext": true
  99. }
  100. }