All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.iterall.package.json Maven / Gradle / Ivy

The newest version!
{
  "_from": "iterall@^1.1.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-9/CvEemgTsZCYmD1AZ2fzKTVAhQ=",
  "_location": "/iterall",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "iterall@^1.1.0",
    "name": "iterall",
    "escapedName": "iterall",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/graphql"
  ],
  "_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/iterall/-/iterall-1.1.1.tgz",
  "_shasum": "f7f0af11e9a04ec6426260f5019d9fcca4d50214",
  "_spec": "iterall@^1.1.0",
  "_where": "/Users/ddcapotter/repos/apollo-client-maven-plugin/target/checkout/apollo-client-maven-plugin/target/node_modules/graphql",
  "author": {
    "name": "Lee Byron",
    "email": "[email protected]",
    "url": "http://leebyron.com/"
  },
  "bugs": {
    "url": "https://github.com/leebyron/iterall/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Minimal zero-dependency utilities for using JavaScript Iterables in all environments.",
  "devDependencies": {
    "coveralls": "2.13.0",
    "documentation": "4.0.0-beta5",
    "flow-bin": "0.45.0",
    "nyc": "10.2.0",
    "prettier": "1.2.2"
  },
  "files": [
    "index.js",
    "index.js.flow",
    "index.d.ts",
    "LICENSE"
  ],
  "homepage": "https://github.com/leebyron/iterall#readme",
  "keywords": [
    "es6",
    "iterator",
    "iterable",
    "polyfill",
    "for-of"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "iterall",
  "repository": {
    "type": "git",
    "url": "git+ssh://[email protected]/leebyron/iterall.git"
  },
  "scripts": {
    "docs": "documentation readme -gs API",
    "flow": "flow check",
    "lint": "npm run prettier -- --write",
    "lint-check": "npm run prettier -- --list-different",
    "prettier": "prettier --single-quote --no-semi '*.js'",
    "test": "npm run lint && npm run flow && npm run testonly && npm run testdocs",
    "testdocs": "if [ \"$(documentation readme -dgs API | grep -vF 'up to date')\" ]; then echo 'Must run: npm run docs'; exit 1; fi;",
    "testonly": "nyc --check-coverage --statements 100 node test.js",
    "travis": "npm run lint-check && npm run flow && npm run testdocs && npm run testonly && nyc report --reporter=text-lcov | coveralls"
  },
  "typings": "index.d.ts",
  "version": "1.1.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy