package.json 969 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "module-details-from-path",
  3. "version": "1.0.3",
  4. "description": "Extract the Node.js module details like name and base path given an abosulte path to a file inside the module",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "standard": "^7.1.2",
  9. "tape": "^4.6.0"
  10. },
  11. "scripts": {
  12. "test": "standard && node test.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/watson/module-details-from-path.git"
  17. },
  18. "keywords": [
  19. "node",
  20. "nodejs",
  21. "npm",
  22. "module",
  23. "extract",
  24. "parse",
  25. "name",
  26. "basedir",
  27. "directory",
  28. "path",
  29. "relative"
  30. ],
  31. "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  32. "license": "MIT",
  33. "bugs": {
  34. "url": "https://github.com/watson/module-details-from-path/issues"
  35. },
  36. "homepage": "https://github.com/watson/module-details-from-path#readme",
  37. "coordinates": [
  38. 55.666507,
  39. 12.5798711
  40. ]
  41. }