Files
wakapi-readme-stats/node_modules/array-flat-polyfill/package.json
2020-07-28 00:48:25 +05:30

92 lines
2.5 KiB
JSON

{
"_from": "array-flat-polyfill@^1.0.1",
"_id": "array-flat-polyfill@1.0.1",
"_inBundle": false,
"_integrity": "sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw==",
"_location": "/array-flat-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-flat-polyfill@^1.0.1",
"name": "array-flat-polyfill",
"escapedName": "array-flat-polyfill",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/vega-lite"
],
"_resolved": "https://registry.npmjs.org/array-flat-polyfill/-/array-flat-polyfill-1.0.1.tgz",
"_shasum": "1e3a4255be619dfbffbfd1d635c1cf357cd034e7",
"_spec": "array-flat-polyfill@^1.0.1",
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/vega-lite",
"author": {
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
},
"bugs": {
"url": "https://github.com/jonathantneal/array-flat-polyfill/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A polyfill for Array.prototype.flat and Array.prototype.flatMap",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"eslint": "^5.16.0",
"eslint-config-dev": "^2.0.0",
"gzip-size-cli": "^3.0.0",
"jest": "^24.7.1",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-terser": "^4.0.4"
},
"engines": {
"node": ">=6.0.0"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint",
"rules": {
"no-unused-vars": [
0
]
}
},
"files": [
"index.js",
"index.mjs"
],
"homepage": "https://github.com/jonathantneal/array-flat-polyfill#readme",
"keywords": [
"javascript",
"js",
"flat",
"flatMap",
"concat",
"flatten"
],
"license": "CC0-1.0",
"main": "index.js",
"module": "index.mjs",
"name": "array-flat-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/jonathantneal/array-flat-polyfill.git"
},
"scripts": {
"build": "rollup --config --silent",
"postbuild": "gzip-size index.js",
"prepublishOnly": "npm run test && npm run build",
"test": "npm run test:lint && npm run test:tape",
"test:lint": "eslint src/*.js --cache --ignore-path .gitignore --quiet",
"test:tape": "jest"
},
"version": "1.0.1"
}