package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "get-caller-file@1.0.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "get-caller-file@1.0.2",
  9. "_id": "get-caller-file@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
  12. "_location": "/get-caller-file",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-caller-file@1.0.2",
  18. "name": "get-caller-file",
  19. "escapedName": "get-caller-file",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/yargs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Stefan Penner"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  35. },
  36. "description": "[![Build Status](https://travis-ci.org/ember-cli/ember-cli.svg?branch=master)](https://travis-ci.org/ember-cli/ember-cli) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
  37. "devDependencies": {
  38. "chai": "^3.4.1",
  39. "ensure-posix-path": "^1.0.1",
  40. "mocha": "^2.3.4"
  41. },
  42. "directories": {
  43. "test": "tests"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "get-caller-file",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  55. },
  56. "scripts": {
  57. "test": "mocha test",
  58. "test:debug": "mocha test"
  59. },
  60. "version": "1.0.2"
  61. }