gitextract__y584mo5/ ├── .eslintignore ├── .eslintrc.js ├── .gitignore ├── .npmignore ├── LICENSE ├── README.md ├── docs/ │ ├── d3-interpolate-path.js │ ├── example.css │ ├── examples.js │ ├── index.html │ └── v1/ │ ├── d3-interpolate-path-v1.1.1.js │ ├── example.css │ ├── examples.js │ └── index.html ├── index.js ├── package.json ├── rollup.config.js ├── src/ │ ├── .babelrc │ ├── interpolatePath.js │ └── split.js └── test/ ├── interpolatePath-test.js └── interpolatePathCommands-test.js