WIP - add extractor, generate snippet_data
This commit is contained in:
51
node_modules/polyfill-array-includes/package.json
generated
vendored
Normal file
51
node_modules/polyfill-array-includes/package.json
generated
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user