75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"_from": "gatsby-plugin-sass@^2.1.3",
|
|
"_id": "gatsby-plugin-sass@2.1.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HeK43EEV85OcibjxTIVQLEW2uLIyYJ9q87mQnTRj12AwtbFuQyv2XnYezEcqDmgxC/r9R4HQzJOBnUHEp3DZfA==",
|
|
"_location": "/gatsby-plugin-sass",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gatsby-plugin-sass@^2.1.3",
|
|
"name": "gatsby-plugin-sass",
|
|
"escapedName": "gatsby-plugin-sass",
|
|
"rawSpec": "^2.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.1.9.tgz",
|
|
"_shasum": "095b733ef4155962ff06ac755311e3e643830581",
|
|
"_spec": "gatsby-plugin-sass@^2.1.3",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
|
"author": {
|
|
"name": "Daniel Farrell",
|
|
"email": "daniel@mobelux.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"sass-loader": "^7.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gatsby plugin to handle scss/sass files",
|
|
"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": "1ba873d637a20346913bdea2c2a87216516801ad",
|
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin",
|
|
"sass",
|
|
"scss"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gatsby-plugin-sass",
|
|
"peerDependencies": {
|
|
"gatsby": "^2.0.0",
|
|
"node-sass": "^4.9.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
|
"directory": "packages/gatsby-plugin-sass"
|
|
},
|
|
"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.1.9"
|
|
}
|