UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

95 lines (94 loc) 3.35 kB
{ "name": "@jumpn/utils-composite", "version": "0.5.0", "description": "Composite utilities (immutability, fp helpers)", "module": "dist/index.js", "main": "compat/cjs/index.js", "scripts": { "flow-copy-source": "flow-copy-source -v src", "build:clean": "rm -rfv dist compat", "build:flow": "yarn run flow-copy-source dist && yarn run flow-copy-source compat/cjs", "build:index": "create-index --banner '// @flow' src/ && sed -f indexIgnore.sed -i src/index.js && yarn run lint:fix src/index.js", "build:readme": "pkg-to-readme --template ./readmeTemplate.ejs --force && documentation readme src/** --section API && doctoc README.md", "build:src": "rollup -c", "build": "yarn run build:clean && yarn run build:index && yarn run build:src && yarn run build:flow && yarn run build:readme", "lint": "eslint --rule 'flowtype-errors/show-errors: error'", "lint:fix": "yarn run lint -- --fix", "npm:publish": "np", "precommit": "lint-staged", "commit": "commit", "commitmsg": "commitlint -e", "version": "yarn run build:index && yarn run build:readme && git add README.md src/index.js", "prepublishOnly": "yarn run build:clean && yarn run build:src && yarn run build:flow" }, "lint-staged": { "*.js": [ "yarn run lint:fix", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/jumpn/utils-composite.git" }, "author": "Mauro Titimoli <mauro@jumpn.com> (https://github.com/mgtitimoli)", "license": "MIT", "bugs": { "url": "https://github.com/jumpn/utils-composite/issues" }, "homepage": "https://github.com/jumpn/utils-composite#readme", "keywords": [ "composite", "array", "object", "fp", "functional", "utilities", "utils" ], "dependencies": { "@jumpn/utils-array": "0.3.4", "babel-polyfill": "6.26.0", "babel-runtime": "6.26.0", "fast-deep-equal": "1.0.0", "flow-static-land": "0.2.8" }, "devDependencies": { "@commitlint/cli": "4.2.2", "@commitlint/config-angular": "4.2.1", "@commitlint/prompt-cli": "4.2.2", "babel-eslint": "8.0.1", "babel-plugin-transform-runtime": "6.23.0", "babel-preset-env": "1.6.1", "babel-preset-flow": "6.23.0", "babel-preset-stage-0": "6.24.1", "create-index": "2.2.0", "doctoc": "1.3.0", "documentation": "5.3.3", "eslint": "4.10.0", "eslint-config-airbnb-base": "12.1.0", "eslint-config-prettier": "2.7.0", "eslint-plugin-flowtype": "2.39.1", "eslint-plugin-flowtype-errors": "3.3.5", "eslint-plugin-import": "2.8.0", "eslint-plugin-prettier": "2.3.1", "flow-bin": "0.58.0", "flow-copy-source": "1.2.1", "flow-typed": "2.2.3", "husky": "0.14.3", "lint-staged": "4.3.0", "np": "2.16.1", "pascal-case": "2.0.1", "pkg-to-readme": "1.1.0", "prettier": "1.7.4", "rollup": "0.50.0", "rollup-plugin-babel": "3.0.2", "rollup-plugin-commonjs": "8.2.6", "rollup-plugin-node-resolve": "3.0.0", "rollup-plugin-uglify": "2.0.1", "uglify-es": "3.1.7" } ,"_resolved": "https://registry.npmjs.org/@jumpn/utils-composite/-/utils-composite-0.5.0.tgz" ,"_integrity": "sha512-n+H6hh95w4RKLdg0cPaguauqFg9FTd2uxKZ5Jf5ZVIBULEMyT0wExGKkIePnL7d6d2YCiO6i3z4f/SAc5uc8cg==" ,"_from": "@jumpn/utils-composite@0.5.0" }