package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "get-caller-file@1.0.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-caller-file@1.0.2",
  10. "_id": "get-caller-file@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
  13. "_location": "/get-caller-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-caller-file@1.0.2",
  19. "name": "get-caller-file",
  20. "escapedName": "get-caller-file",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Stefan Penner"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  36. },
  37. "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)",
  38. "devDependencies": {
  39. "chai": "^3.4.1",
  40. "ensure-posix-path": "^1.0.1",
  41. "mocha": "^2.3.4"
  42. },
  43. "directories": {
  44. "test": "tests"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "get-caller-file",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  56. },
  57. "scripts": {
  58. "test": "mocha test",
  59. "test:debug": "mocha test"
  60. },
  61. "version": "1.0.2"
  62. }