WIP - add extractor, generate snippet_data
This commit is contained in:
73
node_modules/gatsby-link/package.json
generated
vendored
Normal file
73
node_modules/gatsby-link/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "gatsby-link@^2.2.5",
|
||||
"_id": "gatsby-link@2.2.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qaQZZAXi6D7paxTV7VAl2P3WKcdoFosLLTCdUTWi50joNUhIxNbOf5CukQ3SuI4O1tuoP3usJsS5XhuX4+prqQ==",
|
||||
"_location": "/gatsby-link",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "gatsby-link@^2.2.5",
|
||||
"name": "gatsby-link",
|
||||
"escapedName": "gatsby-link",
|
||||
"rawSpec": "^2.2.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.5.tgz",
|
||||
"_shasum": "d2d2a1a75447b622861e5835cd612ae1de80b749",
|
||||
"_spec": "gatsby-link@^2.2.5",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
||||
"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",
|
||||
"@types/reach__router": "^1.0.0",
|
||||
"prop-types": "^15.6.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@testing-library/react": "^8.0.6",
|
||||
"babel-preset-gatsby-package": "^0.2.2",
|
||||
"cross-env": "^5.1.4"
|
||||
},
|
||||
"gitHead": "8b92e16d02349d33d6abe0cc8b34b87083353028",
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme",
|
||||
"keywords": [
|
||||
"gatsby"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gatsby-link",
|
||||
"peerDependencies": {
|
||||
"@reach/router": "^1.1.1",
|
||||
"gatsby": "^2.0.0",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
||||
"directory": "packages/gatsby-link"
|
||||
},
|
||||
"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__"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "2.2.5"
|
||||
}
|
||||
Reference in New Issue
Block a user