package.json 342 B

12345678910111213
  1. {
  2. "name": "cached-path-relative",
  3. "description": "Memoize the results of the path.relative function",
  4. "repository": "git://github.com/ashaffer/cached-path-relative.git",
  5. "version": "1.0.2",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {},
  9. "devDependencies": {
  10. "tape": "^4.2.0",
  11. "standard": "^4.0.0"
  12. }
  13. }