Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/iterall/package.json
{
"_from": "iterall@^1.3.0",
"_id": "iterall@1.3.0",
"_inBundle": false,
"_integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==",
"_location": "/iterall",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "iterall@^1.3.0",
"name": "iterall",
"escapedName": "iterall",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/graphql-tools"
],
"_resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz",
"_shasum": "afcb08492e2915cbd8a0884eb93a8c94d0d72fea",
"_spec": "iterall@^1.3.0",
"_where": "/home/adi/Documents/code/elixir/workspace/common_graphql_client/priv/npm/node_modules/graphql-tools",
"author": {
"name": "Lee Byron",
"email": "lee@leebyron.com",
"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.",
"homepage": "https://github.com/leebyron/iterall",
"keywords": [
"es6",
"iterator",
"iterable",
"polyfill",
"for-of"
],
"license": "MIT",
"main": "index",
"module": "index.mjs",
"name": "iterall",
"repository": {
"type": "git",
"url": "git+https://github.com/leebyron/iterall.git"
},
"typings": "index.d.ts",
"version": "1.3.0"
}