immutable-path-resolver
Version:
Dynamically resolve paths through ImmutableJS data structures
34 lines (33 loc) • 743 B
JSON
{
"name": "immutable-path-resolver",
"version": "0.2.0",
"description": "Dynamically resolve paths through ImmutableJS data structures",
"main": "lib/immutable-path-resolver.js",
"scripts": {
"test": "mocha",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "https://github.com/bhritchie/immutable-path-resolver/"
},
"keywords": [
"immutable",
"immutablejs",
"dynamic",
"resolve",
"path",
"hasIn",
"function"
],
"author": "Brendan Ritchie",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"chai-counting": "^1.0.0",
"immutable": "^3.8.1",
"mocha": "^2.5.3"
}
}