103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"_from": "gatsby-source-filesystem@^2.1.5",
|
|
"_id": "gatsby-source-filesystem@2.1.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3XTDdDAo7Hhs6Nt4ug7aTAkxCj28hB7IeylHrEh+QjDXAuoijvQSNucOKieoxkfUaAGWnSWbdJwQtPch7nKa8g==",
|
|
"_location": "/gatsby-source-filesystem",
|
|
"_phantomChildren": {
|
|
"decompress-response": "3.3.0",
|
|
"duplexer3": "0.1.4",
|
|
"get-stream": "3.0.0",
|
|
"graceful-fs": "4.2.2",
|
|
"is-plain-obj": "1.1.0",
|
|
"is-retry-allowed": "1.1.0",
|
|
"is-stream": "1.1.0",
|
|
"isurl": "1.0.0",
|
|
"jsonfile": "4.0.0",
|
|
"lowercase-keys": "1.0.1",
|
|
"p-cancelable": "0.3.0",
|
|
"p-timeout": "1.2.1",
|
|
"safe-buffer": "5.1.2",
|
|
"timed-out": "4.0.1",
|
|
"universalify": "0.1.2",
|
|
"url-parse-lax": "1.0.0",
|
|
"url-to-options": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gatsby-source-filesystem@^2.1.5",
|
|
"name": "gatsby-source-filesystem",
|
|
"escapedName": "gatsby-source-filesystem",
|
|
"rawSpec": "^2.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.9.tgz",
|
|
"_shasum": "92fa2e06565b43d3750da5136b492dae705c9792",
|
|
"_spec": "gatsby-source-filesystem@^2.1.5",
|
|
"_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",
|
|
"better-queue": "^3.8.7",
|
|
"bluebird": "^3.5.0",
|
|
"chokidar": "2.1.2",
|
|
"file-type": "^10.2.0",
|
|
"fs-extra": "^5.0.0",
|
|
"gatsby-core-utils": "^1.0.4",
|
|
"got": "^7.1.0",
|
|
"md5-file": "^3.1.1",
|
|
"mime": "^2.2.0",
|
|
"pretty-bytes": "^4.0.2",
|
|
"progress": "^2.0.3",
|
|
"read-chunk": "^3.0.0",
|
|
"valid-url": "^1.0.9",
|
|
"xstate": "^3.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gatsby plugin which parses files within a directory for further parsing by other 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": "c1960a260d3fbd5b6f57fb29317693d45a0686d3",
|
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"name": "gatsby-source-filesystem",
|
|
"peerDependencies": {
|
|
"gatsby": "^2.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
|
"directory": "packages/gatsby-source-filesystem"
|
|
},
|
|
"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.1.9"
|
|
}
|