https://github.com/heineiuo/npm-read
Read a file inside any npm package like `/lib/index.js` in https://registry.npmjs.org/@babel/core.
https://github.com/heineiuo/npm-read
cdn jsdelivr nodejs npm unpkg
Last synced: 7 months ago
JSON representation
Read a file inside any npm package like `/lib/index.js` in https://registry.npmjs.org/@babel/core.
- Host: GitHub
- URL: https://github.com/heineiuo/npm-read
- Owner: heineiuo
- License: mit
- Created: 2018-10-21T14:38:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T08:53:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T10:29:22.906Z (9 months ago)
- Topics: cdn, jsdelivr, nodejs, npm, unpkg
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-read
## API
#### readFile
```js
import { readFile } from 'npm-read'
```#### downloadFile
```js
import { downloadFile } from 'npm-read'
```## License
[MIT License](LICENSE)