package.json 3.11 KB
{
  "_args": [
    [
      {
        "raw": "gulp-sass@^2.3.2",
        "scope": null,
        "escapedName": "gulp-sass",
        "name": "gulp-sass",
        "rawSpec": "^2.3.2",
        "spec": ">=2.3.2 <3.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "gulp-sass@>=2.3.2 <3.0.0",
  "_id": "gulp-sass@2.3.2",
  "_inCache": true,
  "_location": "/gulp-sass",
  "_nodeVersion": "5.10.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/gulp-sass-2.3.2.tgz_1465988342649_0.716503701871261"
  },
  "_npmUser": {
    "name": "xzyfer",
    "email": "xzyfer@gmail.com"
  },
  "_npmVersion": "3.8.3",
  "_phantomChildren": {
    "async-foreach": "0.1.3",
    "chalk": "1.1.3",
    "gaze": "1.1.2",
    "get-stdin": "4.0.1",
    "glob": "7.1.1",
    "in-publish": "2.0.0",
    "lodash.assign": "4.2.0",
    "lodash.clonedeep": "4.5.0",
    "lru-cache": "4.0.2",
    "meow": "3.7.0",
    "mkdirp": "0.5.1",
    "nan": "2.5.1",
    "node-gyp": "3.5.0",
    "npmlog": "4.0.2",
    "request": "2.79.0",
    "sass-graph": "2.1.2",
    "which": "1.2.12"
  },
  "_requested": {
    "raw": "gulp-sass@^2.3.2",
    "scope": null,
    "escapedName": "gulp-sass",
    "name": "gulp-sass",
    "rawSpec": "^2.3.2",
    "spec": ">=2.3.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-2.3.2.tgz",
  "_shasum": "82b7ab90fe902cdc34c04f180d92f2c34902dd52",
  "_shrinkwrap": null,
  "_spec": "gulp-sass@^2.3.2",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "name": "David Manning"
  },
  "bugs": {
    "url": "https://github.com/dlmanning/gulp-sass/issues"
  },
  "dependencies": {
    "gulp-util": "^3.0",
    "lodash.clonedeep": "^4.3.2",
    "node-sass": "^3.4.2",
    "through2": "^2.0.0",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "description": "Gulp plugin for sass",
  "devDependencies": {
    "autoprefixer-core": "^5.2.1",
    "eslint": "^2.9.0",
    "globule": "^1.0.0",
    "gulp": "^3.8.11",
    "gulp-postcss": "^5.1.10",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-tap": "^0.1.3",
    "mocha": "^2.2.1",
    "rimraf": "^2.4.3",
    "should": "^8.3.1"
  },
  "directories": {},
  "dist": {
    "shasum": "82b7ab90fe902cdc34c04f180d92f2c34902dd52",
    "tarball": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-2.3.2.tgz"
  },
  "gitHead": "218560fc06f6e94151fb5ec3a4e0e047415c14ed",
  "homepage": "https://github.com/dlmanning/gulp-sass#readme",
  "keywords": [
    "gulpplugin",
    "sass",
    "gulp"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "dlmanning",
      "email": "dlmanning@me.com"
    },
    {
      "name": "snugug",
      "email": "sam@snug.ug"
    },
    {
      "name": "xzyfer",
      "email": "xzyfer@gmail.com"
    }
  ],
  "name": "gulp-sass",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/dlmanning/gulp-sass.git"
  },
  "scripts": {
    "test": "mocha test"
  },
  "version": "2.3.2"
}