Clean up dependencies
All checks were successful
Build and Push / build (push) Successful in 18s

This commit is contained in:
2026-02-16 15:12:59 -05:00
parent d181f77fb2
commit 2f15523a55
14941 changed files with 0 additions and 2078483 deletions

View File

@@ -1,34 +0,0 @@
{
"name": "@emmetio/stream-reader-utils",
"version": "0.1.0",
"description": "",
"main": "dist/stream-reader-utils.cjs.js",
"module": "dist/stream-reader-utils.es.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@emmetio/stream-reader": "^2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-register": "^6.24.0",
"mocha": "^3.2.0",
"rollup": "^0.41.6",
"rollup-watch": "^3.2.2"
},
"scripts": {
"test": "mocha",
"build": "rollup -c",
"watch": "rollup -wc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emmetio/stream-reader-utils.git"
},
"keywords": [],
"author": "Sergey Chikuyonok <serge.che@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emmetio/stream-reader-utils/issues"
},
"homepage": "https://github.com/emmetio/stream-reader-utils#readme"
}