Files
freeCodeCamp/probot/presolver/node_modules/cssstyle/package.json
2018-12-05 11:23:55 +05:30

88 lines
2.3 KiB
JSON

{
"_from": "cssstyle@^1.0.0",
"_id": "cssstyle@1.1.1",
"_inBundle": false,
"_integrity": "sha512-364AI1l/M5TYcFH83JnOH/pSqgaNnKmYgKrm0didZMGKWjQB60dymwWy1rKUgL3J1ffdq9xVi2yGLHdSjjSNog==",
"_location": "/cssstyle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssstyle@^1.0.0",
"name": "cssstyle",
"escapedName": "cssstyle",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.1.1.tgz",
"_shasum": "18b038a9c44d65f7a8e428a653b9f6fe42faf5fb",
"_spec": "cssstyle@^1.0.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/jsdom",
"bugs": {
"url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
},
{
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
},
{
"name": "Davide P. Cervone"
},
{
"name": "Forbes Lindesay"
}
],
"dependencies": {
"cssom": "0.3.x"
},
"deprecated": false,
"description": "CSSStyleDeclaration Object Model implementation",
"devDependencies": {
"babel-generator": "~6.11.4",
"babel-traverse": "~6.13.0",
"babel-types": "~6.13.0",
"babylon": "~6.8.4",
"nodeunit": "~0.8.0",
"resolve": "~1.1.7"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/jsakas/CSSStyleDeclaration",
"keywords": [
"CSS",
"CSSStyleDeclaration",
"StyleSheet"
],
"license": "MIT",
"main": "./lib/CSSStyleDeclaration.js",
"maintainers": [
{
"name": "Jon Sakas",
"email": "jon.sakas@gmail.com",
"url": "http://jon.sakas.co/"
}
],
"name": "cssstyle",
"repository": {
"type": "git",
"url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
},
"scripts": {
"prepare": "node ./scripts/generate_properties.js && node ./scripts/generate_valid_properties.js",
"test": "node ./scripts/generate_properties.js && node ./scripts/generate_valid_properties.js && nodeunit tests"
},
"version": "1.1.1"
}