55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"_from": "iterall@^1.2.2",
|
|
"_id": "iterall@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==",
|
|
"_location": "/iterall",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "iterall@^1.2.2",
|
|
"name": "iterall",
|
|
"escapedName": "iterall",
|
|
"rawSpec": "^1.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/graphql"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/iterall/-/iterall-1.2.2.tgz",
|
|
"_shasum": "92d70deb8028e0c39ff3164fdbf4d8b088130cd7",
|
|
"_spec": "iterall@^1.2.2",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/graphql",
|
|
"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.2.2"
|
|
}
|