UNPKG

js-isset

Version:

isset for javascript - inspired by PHP

47 lines (46 loc) 1.16 kB
{ "name": "js-isset", "version": "1.0.4", "description": "isset for javascript - inspired by PHP", "main": "lib/js-isset.js", "scripts": { "build": "webpack --env dev && webpack --env build && npm run test", "test": "jest", "watch": "jest --watch" }, "jest": { "roots": [ "src" ] }, "repository": { "type": "git", "url": "git+https://github.com/quickshiftin/js-isset.git" }, "keywords": [ "javascript", "isset" ], "author": "Nathan Nobbe", "license": "MIT", "bugs": { "url": "https://github.com/quickshiftin/js-isset/issues" }, "homepage": "https://github.com/quickshiftin/js-isset#readme", "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/preset-env": "^7.13.10", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-root-import": "^6.6.0", "babel-preset-env": "^1.7.0", "eslint": "^7.22.0", "eslint-loader": "^4.0.2", "jest": "^26.6.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^5.25.0", "webpack-cli": "^4.5.0" } }