You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
3.3 KiB
106 lines
3.3 KiB
{
|
|
"_from": "d3kit@^3.2.0",
|
|
"_id": "d3kit@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-20BQMlKmuwK6r6netxkxZa4WpGQ=",
|
|
"_location": "/d3kit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "d3kit@^3.2.0",
|
|
"name": "d3kit",
|
|
"escapedName": "d3kit",
|
|
"rawSpec": "^3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/sententree"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3kit/-/d3kit-3.2.0.tgz",
|
|
"_shasum": "db40503252a6bb02baafa9deb7193165ae16a464",
|
|
"_spec": "d3kit@^3.2.0",
|
|
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\sententree",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/twitter/d3kit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-dispatch": "^1.0.1",
|
|
"d3-selection": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A kit of tools to speed D3 related project development.",
|
|
"devDependencies": {
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-plugin-external-helpers": "^6.8.0",
|
|
"babel-plugin-istanbul": "^2.0.1",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babelrc-rollup": "^3.0.0",
|
|
"browser-sync": "~2.14.0",
|
|
"chai": "^3.5.0",
|
|
"d3": "^4.4.1",
|
|
"eslint": "^2.9.0",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-plugin-import": "^1.12.0",
|
|
"eslint-plugin-jsx-a11y": "^1.2.0",
|
|
"eslint-plugin-mocha": "^4.7.0",
|
|
"eslint-plugin-react": "^5.0.1",
|
|
"gh-pages": "^0.11.0",
|
|
"karma": "~0.13.15",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-coverage": "~0.5.3",
|
|
"karma-mocha": "^1.1.1",
|
|
"karma-mocha-reporter": "^2.1.0",
|
|
"karma-phantomjs-launcher": "^1.0.1",
|
|
"karma-rollup-plugin": "^0.2.4",
|
|
"lodash-es": "^4.16.4",
|
|
"mocha": "^3.0.2",
|
|
"pkgfiles": "^2.3.0",
|
|
"rollup": "^0.34.7",
|
|
"rollup-plugin-babel": "^2.6.1",
|
|
"rollup-plugin-istanbul": "^1.1.0",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"rollup-watch": "^3.2.2",
|
|
"slimfit": "^0.4.2",
|
|
"uglifyjs": "^2.4.10"
|
|
},
|
|
"files": [
|
|
"src/**/*.*",
|
|
"dist/*.*"
|
|
],
|
|
"homepage": "https://github.com/twitter/d3kit#readme",
|
|
"keywords": [
|
|
"d3",
|
|
"d3kit",
|
|
"visualization",
|
|
"javascript"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/d3kit.min.js",
|
|
"name": "d3kit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/twitter/d3kit.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run rollup && uglifyjs dist/d3kit.js -m -c > dist/d3kit.min.js",
|
|
"build-examples": "rollup -c rollup.config.examples.js",
|
|
"dev-examples": "rollup -c rollup.config.examples.js -w & npm run server",
|
|
"eslint": "eslint --ignore-path .gitignore \"src/**/*.@(js|jsx)\"",
|
|
"eslint-fix": "eslint --fix --ignore-path .gitignore \"src/**/*.@(js|jsx)\"",
|
|
"gh-pages": "npm run build-examples && gh-pages -d examples",
|
|
"postversion": "git push ; git push --tags; pkgfiles",
|
|
"prepublish": "pkgfiles",
|
|
"preversion": "npm run test",
|
|
"rollup": "rollup -c",
|
|
"server": "browser-sync start --server 'examples' --browser \"Google Chrome\" --files \"examples/**/*.*\" --port 3003",
|
|
"tdd": "NODE_ENV=test karma start",
|
|
"test": "NODE_ENV=test karma start --single-run",
|
|
"version": "npm run build && git add -A dist"
|
|
},
|
|
"version": "3.2.0"
|
|
}
|