{
  "_from": "extract-from-css@^0.4.4",
  "_id": "extract-from-css@0.4.4",
  "_inBundle": false,
  "_integrity": "sha512-41qWGBdtKp9U7sgBxAQ7vonYqSXzgW/SiAYzq4tdWSVhAShvpVCH1nyvPQgjse6EdgbW7Y7ERdT3674/lKr65A==",
  "_location": "/extract-from-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "extract-from-css@^0.4.4",
    "name": "extract-from-css",
    "escapedName": "extract-from-css",
    "rawSpec": "^0.4.4",
    "saveSpec": null,
    "fetchSpec": "^0.4.4"
  },
  "_requiredBy": [
    "/vue-jest"
  ],
  "_resolved": "https://registry.npmjs.org/extract-from-css/-/extract-from-css-0.4.4.tgz",
  "_shasum": "1ea7df2e7c7c6eb9922fa08e8adaea486f6f8f92",
  "_spec": "extract-from-css@^0.4.4",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/vue-jest",
  "author": {
    "name": "Rubén Norte",
    "email": "rubennorte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rubennorte/extract-from-css/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "css": "^2.1.0"
  },
  "deprecated": false,
  "description": "Extract information from CSS code",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "jasmine": "^2.2.1",
    "jscs": "^1.11.3",
    "jshint": "^2.5.10",
    "mversion": "^1.9.0"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=2.0.0"
  },
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/rubennorte/extract-from-css#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "extract-from-css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rubennorte/extract-from-css.git"
  },
  "scripts": {
    "benchmark": "node tests/benchmark/benchmark.js",
    "build": "npm test",
    "coverage": "JASMINE_CONFIG_PATH=tests/jasmine.json istanbul cover jasmine",
    "lint": "jscs . && jscs ./tests && jshint .",
    "pretest": "npm run lint",
    "release": "npm run build && mversion -m \"New version: %s\" ",
    "test": "JASMINE_CONFIG_PATH=tests/jasmine.json jasmine",
    "travis": "npm run coverage && cat ./tests/output/coverage/lcov.info | coveralls && rm -rf ./tests/output/coverage"
  },
  "version": "0.4.4"
}
