WIP - add extractor, generate snippet_data
This commit is contained in:
108
node_modules/gatsby-plugin-sharp/package.json
generated
vendored
Normal file
108
node_modules/gatsby-plugin-sharp/package.json
generated
vendored
Normal file
@ -0,0 +1,108 @@
|
||||
{
|
||||
"_from": "gatsby-plugin-sharp@^2.2.7",
|
||||
"_id": "gatsby-plugin-sharp@2.2.12",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-I35exTCsI2BoAP/hofCu0yScyj5CXS/L6Ki/un/404vJiCMVp3edku3YNB7E0XFOnOxntREeScAwZDnTz1SRcQ==",
|
||||
"_location": "/gatsby-plugin-sharp",
|
||||
"_phantomChildren": {
|
||||
"@sindresorhus/is": "0.7.0",
|
||||
"cacheable-request": "2.1.4",
|
||||
"decompress-response": "3.3.0",
|
||||
"duplexer3": "0.1.4",
|
||||
"get-stream": "3.0.0",
|
||||
"graceful-fs": "4.2.2",
|
||||
"into-stream": "3.1.0",
|
||||
"is-retry-allowed": "1.1.0",
|
||||
"isurl": "1.0.0",
|
||||
"jsonfile": "4.0.0",
|
||||
"lodash": "4.17.15",
|
||||
"lowercase-keys": "1.0.1",
|
||||
"mimic-response": "1.0.1",
|
||||
"p-finally": "1.0.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"timed-out": "4.0.1",
|
||||
"universalify": "0.1.2",
|
||||
"url-to-options": "1.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "gatsby-plugin-sharp@^2.2.7",
|
||||
"name": "gatsby-plugin-sharp",
|
||||
"escapedName": "gatsby-plugin-sharp",
|
||||
"rawSpec": "^2.2.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.12.tgz",
|
||||
"_shasum": "383bc7182c0f0115609e491c29302f85f51eff10",
|
||||
"_spec": "gatsby-plugin-sharp@^2.2.7",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
||||
"author": {
|
||||
"name": "Kyle Mathews",
|
||||
"email": "mathews.kyle@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"async": "^2.1.2",
|
||||
"bluebird": "^3.5.0",
|
||||
"fs-extra": "^7.0.0",
|
||||
"gatsby-core-utils": "^1.0.4",
|
||||
"got": "^8.3.2",
|
||||
"imagemin": "^6.0.0",
|
||||
"imagemin-mozjpeg": "^8.0.0",
|
||||
"imagemin-pngquant": "^6.0.0",
|
||||
"imagemin-webp": "^5.0.0",
|
||||
"lodash": "^4.17.14",
|
||||
"mini-svg-data-uri": "^1.0.0",
|
||||
"potrace": "^2.1.1",
|
||||
"probe-image-size": "^4.0.0",
|
||||
"progress": "^2.0.3",
|
||||
"semver": "^5.6.0",
|
||||
"sharp": "^0.22.1",
|
||||
"svgo": "^1.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"babel-preset-gatsby-package": "^0.2.2",
|
||||
"cross-env": "^5.1.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"gitHead": "54a75af8bd3f0fea7d48d937b7be62d3c5f0a46d",
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
|
||||
"keywords": [
|
||||
"gatsby",
|
||||
"gatsby-plugin",
|
||||
"image",
|
||||
"sharp"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gatsby-plugin-sharp",
|
||||
"peerDependencies": {
|
||||
"gatsby": "^2.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
||||
"directory": "packages/gatsby-plugin-sharp"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir . --ignore **/__tests__",
|
||||
"prepare": "cross-env NODE_ENV=production npm run build",
|
||||
"watch": "babel -w src --out-dir . --ignore **/__tests__"
|
||||
},
|
||||
"version": "2.2.12"
|
||||
}
|
||||
Reference in New Issue
Block a user