78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gradient-parser@0.1.5",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "gradient-parser@0.1.5",
|
|
"_id": "gradient-parser@0.1.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-DH4heVWeXOfY1x9EI6+TcQCyJIw=",
|
|
"_location": "/gradient-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gradient-parser@0.1.5",
|
|
"name": "gradient-parser",
|
|
"escapedName": "gradient-parser",
|
|
"rawSpec": "0.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@finos/perspective-viewer-d3fc",
|
|
"/@finos/perspective-viewer-highcharts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gradient-parser/-/gradient-parser-0.1.5.tgz",
|
|
"_spec": "0.1.5",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Rafael Carcicio",
|
|
"email": "rafael@caricio.com",
|
|
"url": "https://github.com/rafaelcaricio"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rafaelcaricio/gradient-parser/issues"
|
|
},
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"description": "Parse CSS3 gradient definitions and return an AST.",
|
|
"devDependencies": {
|
|
"grunt": "*",
|
|
"grunt-browserify": "^3.0.1",
|
|
"grunt-complexity": "*",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-uglify": "^0.5.1",
|
|
"grunt-mocha-test": "^0.11.0",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/rafaelcaricio/gradient-parser",
|
|
"keywords": [
|
|
"library",
|
|
"css3",
|
|
"parser"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://rafaelcaricio.mit-license.org"
|
|
}
|
|
],
|
|
"main": "build/node.js",
|
|
"maintainers": [],
|
|
"name": "gradient-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rafaelcaricio/gradient-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"version": "0.1.5"
|
|
}
|