84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"venn.js@0.2.20",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "venn.js@0.2.20",
|
|
"_id": "venn.js@0.2.20",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-bb5SYq/wamY9fvcuErb9a0FJkgIFHJjkLZWonQ+DoKKuDX3WPH2B4ouI1ce4K2iejBklQy6r1ly8nOGIyOCO6w==",
|
|
"_location": "/venn.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "venn.js@0.2.20",
|
|
"name": "venn.js",
|
|
"escapedName": "venn.js",
|
|
"rawSpec": "0.2.20",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.20"
|
|
},
|
|
"_requiredBy": [
|
|
"/@antv/g2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/venn.js/-/venn.js-0.2.20.tgz",
|
|
"_spec": "0.2.20",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Ben Frederickson",
|
|
"email": "ben@benfrederickson.com",
|
|
"url": "http:/www.benfrederickson.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/benfred/venn.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"d3-selection": "^1.0.2",
|
|
"d3-transition": "^1.0.1",
|
|
"fmin": "0.0.2"
|
|
},
|
|
"description": "Area Proportional Venn and Euler Diagrams",
|
|
"devDependencies": {
|
|
"jshint": "^2.8.0",
|
|
"rollup": "0.52",
|
|
"tape": "4",
|
|
"uglify-js": "3"
|
|
},
|
|
"directories": {
|
|
"example": "examples",
|
|
"test": "tests"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"src",
|
|
"*.js"
|
|
],
|
|
"homepage": "https://github.com/benfred/venn.js",
|
|
"jshintConfig": {
|
|
"esnext": true
|
|
},
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"Venn",
|
|
"Euler"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/venn.js",
|
|
"name": "venn.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/benfred/venn.js.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "zip -j build/venn.zip -- LICENSE README.md build/venn.js build/venn.min.js",
|
|
"prepublish": "npm run test && uglifyjs build/venn.js -c -m -o build/venn.min.js",
|
|
"pretest": "rm -rf build && mkdir build && rollup -g d3-selection:d3,d3-transition:d3 -f umd -n venn -o build/venn.js -- index.js && cp build/venn.js .",
|
|
"test": "jshint src/*.js && tape 'tests/**/*test.js'"
|
|
},
|
|
"url": "https://github.com/benfred/venn.js/issues",
|
|
"version": "0.2.20"
|
|
}
|