UNPKG

beyond-lib

Version:

beyond lib cookie storage dateformat htmlencode htmldecode datediff eventbus

57 lines (56 loc) 1.43 kB
{ "name": "beyond-lib", "version": "2.1.1", "description": "beyond lib cookie storage dateformat htmlencode htmldecode datediff eventbus", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "lint": "eslint ./src", "test": "karma start --config karma.conf.js", "compile": "webpack --config webpack.config.js", "build": "npm run compile && tsc" }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/preset-env": "^7.11.0", "babel-loader": "^8.1.0", "clean-webpack-plugin": "^3.0.0", "jasmine-core": "^2.2.0", "karma": "^0.13.22", "karma-chrome-launcher": "^0.2.2", "karma-firefox-launcher": "^0.1.4", "karma-ie-launcher": "^0.1.5", "karma-jasmine": "^0.3.5", "karma-webpack": "^1.7.0", "rimraf": "^2.5.4", "ts-loader": "^8.0.2", "typescript": "^3.9.7", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "repository": { "type": "git", "url": "git+https://github.com/bestsuperdev/beyond-lib.git" }, "keywords": [ "beyond", "lib", "date", "htmlencode", "namespace", "klass", "storage", "url", "assign", "eventbus" ], "author": { "name": "mingzepeng", "email": "mingzepeng@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/bestsuperdev/beyond-lib/issues" }, "homepage": "https://github.com/bestsuperdev/beyond-lib#readme" }