1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "gulp-sass@4.0.1",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_development": true,
- "_from": "gulp-sass@4.0.1",
- "_id": "gulp-sass@4.0.1",
- "_inBundle": false,
- "_integrity": "sha512-OMQEgWNggpog8Tc5v1MuI6eo+5iiPkVeLL76iBhDoEEScLUPfZlpvzmgTnLkpcqdrNodZxpz5qcv6mS2rulk3g==",
- "_location": "/gulp-sass",
- "_phantomChildren": {
- "color-convert": "1.9.1",
- "escape-string-regexp": "1.0.5"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gulp-sass@4.0.1",
- "name": "gulp-sass",
- "escapedName": "gulp-sass",
- "rawSpec": "4.0.1",
- "saveSpec": null,
- "fetchSpec": "4.0.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-4.0.1.tgz",
- "_spec": "4.0.1",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "David Manning"
- },
- "bugs": {
- "url": "https://github.com/dlmanning/gulp-sass/issues"
- },
- "dependencies": {
- "chalk": "^2.3.0",
- "lodash.clonedeep": "^4.3.2",
- "node-sass": "^4.8.3",
- "plugin-error": "^1.0.1",
- "replace-ext": "^1.0.0",
- "strip-ansi": "^4.0.0",
- "through2": "^2.0.0",
- "vinyl-sourcemaps-apply": "^0.2.0"
- },
- "description": "Gulp plugin for sass",
- "devDependencies": {
- "autoprefixer": "^8.1.0",
- "eslint": "^4.18.2",
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-plugin-import": "^2.9.0",
- "globule": "^1.0.0",
- "gulp": "^3.8.11",
- "gulp-postcss": "^7.0.1",
- "gulp-sourcemaps": "^2.6.4",
- "gulp-tap": "^0.1.3",
- "mocha": "^5.0.4",
- "rimraf": "^2.4.3",
- "should": "^13.2.1",
- "vinyl": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "homepage": "https://github.com/dlmanning/gulp-sass#readme",
- "keywords": [
- "gulpplugin",
- "sass",
- "gulp"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "gulp-sass",
- "repository": {
- "type": "git",
- "url": "git://github.com/dlmanning/gulp-sass.git"
- },
- "scripts": {
- "test": "mocha test"
- },
- "version": "4.0.1"
- }
|