package.json 1.39 KB
{
  "_args": [
    [
      "css-parse@1.7.0",
      "D:\\WS\\WebstormProjects\\222\\lawyer"
    ]
  ],
  "_development": true,
  "_from": "css-parse@1.7.0",
  "_id": "css-parse@1.7.0",
  "_inBundle": false,
  "_integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=",
  "_location": "/css-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "css-parse@1.7.0",
    "name": "css-parse",
    "escapedName": "css-parse",
    "rawSpec": "1.7.0",
    "saveSpec": null,
    "fetchSpec": "1.7.0"
  },
  "_requiredBy": [
    "/stylus"
  ],
  "_resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz",
  "_spec": "1.7.0",
  "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/css-parse/issues"
  },
  "description": "CSS parser",
  "devDependencies": {
    "bytes": "~0.2.1",
    "matcha": "~0.4.0",
    "mocha": "*",
    "should": "*"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/visionmedia/css-parse#readme",
  "keywords": [
    "css",
    "parser",
    "stylesheet"
  ],
  "license": "MIT",
  "main": "index",
  "name": "css-parse",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/css-parse.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.7.0"
}