WIP - add extractor, generate snippet_data
This commit is contained in:
70
node_modules/gatsby-core-utils/package.json
generated
vendored
Normal file
70
node_modules/gatsby-core-utils/package.json
generated
vendored
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "gatsby-core-utils@^1.0.4",
|
||||
"_id": "gatsby-core-utils@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-r9HhRvnaPFliO9IzN6Yz2xTsZ8vtWKvzQHz0GwW3iFe6KkhXC+Y1p8eEaorRz6AnOE6sRbWaeqpe3AA6FbKr2g==",
|
||||
"_location": "/gatsby-core-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "gatsby-core-utils@^1.0.4",
|
||||
"name": "gatsby-core-utils",
|
||||
"escapedName": "gatsby-core-utils",
|
||||
"rawSpec": "^1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby",
|
||||
"/gatsby-plugin-manifest",
|
||||
"/gatsby-plugin-sharp",
|
||||
"/gatsby-source-filesystem",
|
||||
"/gatsby-transformer-remark"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.4.tgz",
|
||||
"_shasum": "098b5b2f444faadd3bc9f7e20bd0a092129882ba",
|
||||
"_spec": "gatsby-core-utils@^1.0.4",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
||||
"author": {
|
||||
"name": "Ward Peeters",
|
||||
"email": "ward@coding-tech.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A collection of gatsby utils used in different gatsby packages",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"babel-preset-gatsby-package": "^0.2.2",
|
||||
"cross-env": "^5.1.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"index.d.ts"
|
||||
],
|
||||
"gitHead": "c1960a260d3fbd5b6f57fb29317693d45a0686d3",
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-core-utils#readme",
|
||||
"keywords": [
|
||||
"gatsby",
|
||||
"gatsby-core-utils"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "gatsby-core-utils",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
||||
"directory": "packages/gatsby-core-utils"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir dist/ --ignore **/__tests__",
|
||||
"prepare": "cross-env NODE_ENV=production npm run build",
|
||||
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.0.4"
|
||||
}
|
||||
Reference in New Issue
Block a user