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">

89 lines (88 loc) 3.11 kB
{ "name": "@jumpn/utils-array", "version": "0.3.4", "description": "Array 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/ && 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": "git-cz", "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" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "lint-staged": { "*.js": [ "yarn run lint:fix", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/jumpn/utils-array.git" }, "author": "Mauro Titimoli <mauro@jumpn.com> (https://github.com/mgtitimoli)", "license": "MIT", "bugs": { "url": "https://github.com/jumpn/utils-array/issues" }, "homepage": "https://github.com/jumpn/utils-array#readme", "dependencies": { "babel-polyfill": "6.26.0", "babel-runtime": "6.26.0", "flow-static-land": "0.2.7" }, "devDependencies": { "@commitlint/cli": "3.2.0", "@commitlint/config-angular": "3.1.1", "babel-core": "6.26.0", "babel-eslint": "8.0.0", "babel-plugin-transform-runtime": "6.23.0", "babel-preset-env": "1.6.0", "babel-preset-flow": "6.23.0", "babel-preset-stage-0": "6.24.1", "commitizen": "2.9.6", "create-index": "2.2.0", "cz-conventional-changelog": "2.0.0", "doctoc": "1.3.0", "documentation": "5.3.2", "eslint": "4.7.2", "eslint-config-airbnb-base": "12.0.0", "eslint-config-prettier": "2.5.0", "eslint-plugin-flowtype": "2.35.1", "eslint-plugin-flowtype-errors": "3.3.1", "eslint-plugin-import": "2.7.0", "eslint-plugin-prettier": "2.3.1", "flow-bin": "0.55.0", "flow-copy-source": "1.2.1", "flow-typed": "2.1.5", "husky": "0.14.3", "lint-staged": "4.2.1", "np": "2.16.0", "pascal-case": "2.0.1", "pkg-to-readme": "1.1.0", "prettier": "1.7.0", "rollup": "0.50.0", "rollup-plugin-babel": "3.0.2", "rollup-plugin-commonjs": "8.2.1", "rollup-plugin-node-resolve": "3.0.0" } ,"_resolved": "https://registry.npmjs.org/@jumpn/utils-array/-/utils-array-0.3.4.tgz" ,"_integrity": "sha1-+0MQEgEI9lnatUB175OrxWE33l4=" ,"_from": "@jumpn/utils-array@0.3.4" }