package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "callsites@0.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "callsites@0.2.0",
  10. "_id": "callsites@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=",
  13. "_location": "/callsites",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "callsites@0.2.0",
  20. "name": "callsites",
  21. "escapedName": "callsites",
  22. "rawSpec": "0.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "0.2.0"
  25. },
  26. "_requiredBy": [
  27. "/caller-path"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/callsites/download/callsites-0.2.0.tgz",
  30. "_spec": "0.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "http://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/callsites/issues"
  39. },
  40. "description": "Get callsites from the V8 stack trace API",
  41. "devDependencies": {
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/callsites#readme",
  51. "keywords": [
  52. "callsites",
  53. "callsite",
  54. "v8",
  55. "stacktrace",
  56. "stack",
  57. "trace",
  58. "function",
  59. "file",
  60. "line",
  61. "debug"
  62. ],
  63. "license": "MIT",
  64. "name": "callsites",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/callsites.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "0.2.0"
  73. }