execd
Version:
Check if method has been called.
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "clazof",
"version": "0.36.0",
"description": "Functional instanceof.",
"main": "clazof.js",
"support": "clazof.support.js",
"deploy": "clazof.deploy.js",
"browser": "clazof.deploy.js",
"scripts": {
"build": "babel clazof.js --out-file clazof.support.js --source-maps && webpack --progress --display-modules",
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"formal": "jesy apply '*.json'",
"pretest": "npm run clear && npm run build",
"test": "node clazof-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/clazof.git"
},
"keywords": [
"functional",
"instanceof",
"instance",
"class",
"clazof"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/clazof/issues"
},
"homepage": "https://github.com/volkovasystems/clazof#readme",
"dependencies": {
"annon": "^0.12.0",
"babel-runtime": "^6.25.0",
"falzy": "^0.23.0",
"fname": "^0.13.0",
"portel": "^0.6.0",
"protype": "^0.24.0",
"raze": "^0.34.0",
"stringe": "^0.5.0",
"wauker": "^0.21.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.4.1"
}
}