File: D:/HostingSpaces/SBogers10/firetech.komma.pro/node_modules/css/package.json
{
"_args": [
[
"css@2.2.1",
"/Users/julesgraus/webDevelopment/Firetech"
]
],
"_development": true,
"_from": "css@2.2.1",
"_id": "css@2.2.1",
"_inBundle": false,
"_integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=",
"_location": "/css",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "css@2.2.1",
"name": "css",
"escapedName": "css",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/rework"
],
"_resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "/Users/julesgraus/webDevelopment/Firetech",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/reworkcss/css/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"source-map": "^0.1.38",
"source-map-resolve": "^0.3.0",
"urix": "^0.1.0"
},
"description": "CSS parser / stringifier",
"devDependencies": {
"bytes": "^1.0.0",
"matcha": "^0.5.0",
"mocha": "^1.21.3",
"should": "^4.0.4"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/reworkcss/css#readme",
"keywords": [
"css",
"parser",
"stringifier",
"stylesheet"
],
"license": "MIT",
"main": "index",
"name": "css",
"repository": {
"type": "git",
"url": "git+https://github.com/reworkcss/css.git"
},
"scripts": {
"benchmark": "matcha",
"test": "mocha --require should --reporter spec --bail test/*.js"
},
"version": "2.2.1"
}