@code-o-mat/history-cache
Version:
A data object structure that logs all changes using the immutable library
56 lines • 1.67 kB
JSON
{
"name": "@code-o-mat/history-cache",
"version": "0.0.17",
"description": "A data object structure that logs all changes using the immutable library",
"main": "./lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test:dev": "pwd && NODE_PATH=$(pwd) mocha --require ./setup/babel-polyfill.js ./test/index.dev.js | ./node_modules/.bin/bunyan",
"test:lib": "pwd && NODE_PATH=$(pwd) mocha --require ./setup/babel-polyfill.js ./test/index.lib.js | ./node_modules/.bin/bunyan",
"clean": "rimraf ./lib",
"build": "babel-node scripts/build.js",
"up:micro": "babel-node scripts/up.micro.js",
"prepublish": "yarn run build"
},
"keywords": [
"immutable",
"logging",
"data",
"history",
"repository",
"repo",
"code-o-mat"
],
"author": "Robert LaMarca <robertlamarca@gmail.com>",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bobbwhy/-code-o-mat-history-cache.git"
},
"resolutions": {
"babel-core": "^7.0.0-bridge.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.40",
"@babel/core": "^7.0.0-beta.40",
"@babel/node": "^7.0.0-beta.40",
"@babel/preset-es2015": "^7.0.0-beta.40",
"@babel/preset-stage-0": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"babel-bridge": "^1.12.11",
"babel-transform-dir": "^1.0.5",
"bunyan": "^1.8.12",
"chai": "^4.1.2",
"jsonfile": "^4.0.0",
"mocha": "^5.0.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"@code-o-mat/globals": "0.0.14",
"immutable": "^3.8.2",
"immutable-map-symbol-preprocessor": "^0.0.1"
}
}