Files
30-seconds-of-code/node_modules/polyfill-array-includes/package.json
2019-08-20 15:52:05 +02:00

52 lines
1.6 KiB
JSON

{
"_from": "polyfill-array-includes@^1.0.0",
"_id": "polyfill-array-includes@1.0.0",
"_inBundle": false,
"_integrity": "sha1-PdoHBHWFnpnWU6zwbsNiLMdvhDA=",
"_location": "/polyfill-array-includes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "polyfill-array-includes@^1.0.0",
"name": "polyfill-array-includes",
"escapedName": "polyfill-array-includes",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gatsby-plugin-transition-link"
],
"_resolved": "https://registry.npmjs.org/polyfill-array-includes/-/polyfill-array-includes-1.0.0.tgz",
"_shasum": "3dda070475859e99d653acf06ec3622cc76f8430",
"_spec": "polyfill-array-includes@^1.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-transition-link",
"author": {
"name": "Kevin Latusinski"
},
"bugs": {
"url": "https://github.com/Latusinski/polyfill-array-includes/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A polyfill for the Array.prototype.includes method.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
},
"homepage": "https://github.com/Latusinski/polyfill-array-includes#readme",
"license": "MIT",
"main": "index.js",
"name": "polyfill-array-includes",
"repository": {
"type": "git",
"url": "git+https://github.com/Latusinski/polyfill-array-includes.git"
},
"scripts": {
"build": "gulp build"
},
"version": "1.0.0"
}