54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"svg-themer@1.1.2",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "svg-themer@1.1.2",
|
|
"_id": "svg-themer@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kJKcMiwR73wxaUvbhKo92MdVHNdjaOAWKJgJMcKim/9HpvrClgZg3pl8yUirGze9pF8rliKrINMAc6WR0MW/Ew==",
|
|
"_location": "/svg-themer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "svg-themer@1.1.2",
|
|
"name": "svg-themer",
|
|
"escapedName": "svg-themer",
|
|
"rawSpec": "1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/faux-hypergrid"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/svg-themer/-/svg-themer-1.1.2.tgz",
|
|
"_spec": "1.1.2",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Jonathan Eiten",
|
|
"email": "jonathan.eiten@mojotouch.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/joneit/svg-themer/issues"
|
|
},
|
|
"description": "Apply a theme to SVG elements as well as image data and css rules constructed from SVG markup",
|
|
"homepage": "https://github.com/joneit/svg-themer#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "svg-themer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/joneit/svg-themer.git"
|
|
},
|
|
"scripts": {
|
|
"build": "mkdir umd 2>/dev/null; cp index.js umd/svg-themer.js; uglifyjs index.js > umd/svg-themer.min.js; ls -lah umd/*.*",
|
|
"lint": "eslint -c ../fin-hypergrid/.eslintrc index.js",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "http-server -p 49867 -o index.html # -o is not working for me"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|