New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-term

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-term - npm Package Compare versions

Comparing version

to
0.0.1

.eslintrc

69

package.json
{
"name": "react-term",
"version": "0.0.0",
"description": "Simple and lightweight terminal emulator component for React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1",
"description": "React Shell Component",
"repository": {
"type": "git",
"url": "git+https://github.com/lpan/react-term.git"
"url": "https://github.com/elliottcarlson/react-shell.git"
},
"keywords": [
"terminal",
"emulator",
"react"
],
"author": "Lawrence Pan <lawrencefeipan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lpan/react-term/issues"
"scripts": {
"build": ". ./.scripts/prepublish.sh",
"prepublish": ". ./.scripts/prepublish.sh",
"lint": "eslint src",
"lintfix": "eslint src --fix",
"testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js",
"storybook": "start-storybook -p 9010",
"publish-storybook": "bash .scripts/publish_storybook.sh"
},
"homepage": "https://github.com/lpan/react-term#readme"
"devDependencies": {
"@kadira/storybook": "^2.18.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-react-app": "^0.2.1",
"chai": "^3.5.0",
"enzyme": "^2.2.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"git-url-parse": "^6.0.1",
"jsdom": "^9.5.0",
"mocha": "^3.0.2",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"sinon": "^1.17.6"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"hterm-umdjs": "^1.1.4",
"line-input-stream": "^1.0.1"
},
"main": "dist/index.js",
"engines": {
"npm": "^3.0.0"
}
}

@@ -1,2 +0,7 @@

# react-term
Simple and lightweight terminal emulator component for React
Work in Progress - information coming
# React Hterm Component
React Hterm Component

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet