flipchain
Version:
core chaining library, heavily based on [webpack-chain](https://github.com/mozilla-rpweb/webpack-chain)
78 lines (77 loc) • 2.13 kB
JSON
{
"fliplog": [
"latest"
],
"name": "flipchain",
"version": "0.6.0",
"description": "core chaining library, heavily based on [webpack-chain](https://github.com/mozilla-rpweb/webpack-chain)",
"main": "./dist/index.js",
"web": "./dist/index.js",
"module": "./src/index.js",
"scripts": {
"---_prepublish": "npm run strip && npm run ts",
"__prepublishOnly": "npm run strip && npm run expose",
"__postpublish": "npm run clean",
"expose": "node ./node_modules/easy-npm-files/exposer.js --del=true",
"clean": "node ./node_modules/easy-npm-files/exposer.js --dir='dist' --copy=true",
"ts": "node argv src tmp",
"ts:rm": "rm -f -r declarations",
"strip": "flow-remove-types src/ --pretty --all --out-dir dist/",
"strip:rm": "rm -f -r dist/",
"test": "node test/test.js && node test/test-simple.js",
"watch": "babel src/ --out-dir dist/ --watch",
"tsc": "tsc tmp/* --declaration --declarationDir ./declarations"
},
"dependencies": {
"arr-to-obj": "*",
"deepmerge": "^1.3.2",
"inspector-gadget": "*",
"likeaboss": "*"
},
"devDependencies": {
"easy-npm-files": "*"
},
"keywords": [
"fluent",
"chain",
"fliphub-chain",
"webpack-chain",
"fusebox-chain",
"webpack",
"fliphub",
"flipbox",
"fusebox"
],
"license": "MIT",
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/flipchain#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/flipchain.git"
},
"bugs": {
"url": "https://github.com/fliphub/flipchain/issues"
},
"types": "./declarations",
"files": [
"index.js",
"Chainable.js",
"ChainedChain.js",
"ChainedMap.js",
"ChainedMapExtendable.js",
"ChainedMapTill.js",
"ChainedSet.js",
"./Chainable.js",
"./ChainedChain.js",
"./ChainedMap.js",
"./ChainedMapExtendable.js",
"./ChainedMapTill.js",
"./ChainedSet.js",
"./Chainable.js",
"./ChainedChain.js",
"./ChainedMap.js",
"./ChainedMapExtendable.js",
"./ChainedMapTill.js",
"./ChainedSet.js"
]
}