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

120 lines (119 loc) 3.89 kB
{ "_args": [ [ "@jumpn/utils-array@0.3.4", "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription" ] ], "_from": "@jumpn/utils-array@0.3.4", "_id": "@jumpn/utils-array@0.3.4", "_inBundle": false, "_integrity": "sha1-+0MQEgEI9lnatUB175OrxWE33l4=", "_location": "/@jumpn/utils-array", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@jumpn/utils-array@0.3.4", "name": "@jumpn/utils-array", "escapedName": "@jumpn%2futils-array", "scope": "@jumpn", "rawSpec": "0.3.4", "saveSpec": null, "fetchSpec": "0.3.4" }, "_requiredBy": [ "/@absinthe/socket", "/@jumpn/utils-composite" ], "_resolved": "https://registry.npmjs.org/@jumpn/utils-array/-/utils-array-0.3.4.tgz", "_spec": "0.3.4", "_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription", "author": { "name": "Mauro Titimoli", "email": "mauro@jumpn.com", "url": "https://github.com/mgtitimoli" }, "bugs": { "url": "https://github.com/jumpn/utils-array/issues" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "babel-polyfill": "6.26.0", "babel-runtime": "6.26.0", "flow-static-land": "0.2.7" }, "description": "Array utilities (immutability, fp helpers)", "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" }, "homepage": "https://github.com/jumpn/utils-array#readme", "license": "MIT", "lint-staged": { "*.js": [ "yarn run lint:fix", "git add" ] }, "main": "compat/cjs/index.js", "module": "dist/index.js", "name": "@jumpn/utils-array", "repository": { "type": "git", "url": "git+https://github.com/jumpn/utils-array.git" }, "scripts": { "build": "yarn run build:clean && yarn run build:index && yarn run build:src && yarn run build:flow && yarn run build:readme", "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", "commit": "git-cz", "commitmsg": "commitlint -e", "flow-copy-source": "flow-copy-source -v src", "lint": "eslint --rule 'flowtype-errors/show-errors: error'", "lint:fix": "yarn run lint -- --fix", "npm:publish": "np", "precommit": "lint-staged", "prepublishOnly": "yarn run build:clean && yarn run build:src && yarn run build:flow", "version": "yarn run build:index && yarn run build:readme && git add README.md src/index.js" }, "version": "0.3.4" }