|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "_args": [
- [
- "react-vis@1.11.7",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "react-vis@1.11.7",
- "_id": "react-vis@1.11.7",
- "_inBundle": false,
- "_integrity": "sha512-vJqS12l/6RHeSq8DVl4PzX0j8iPgbT8H8PtgTRsimKsBNcPjPseO4RICw1FUPrwj8MPrrna34LBtzyC4ATd5Ow==",
- "_location": "/react-vis",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "react-vis@1.11.7",
- "name": "react-vis",
- "escapedName": "react-vis",
- "rawSpec": "1.11.7",
- "saveSpec": null,
- "fetchSpec": "1.11.7"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/react-vis/-/react-vis-1.11.7.tgz",
- "_spec": "1.11.7",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Visualization Team",
- "email": "visualization@uber.com"
- },
- "babel": {
- "plugins": [
- [
- "module-resolver",
- {
- "root": [
- "./src"
- ]
- }
- ]
- ],
- "env": {
- "production": {
- "presets": [
- "es2015",
- "stage-0",
- "react"
- ]
- },
- "development": {
- "presets": [
- "es2015",
- "stage-0",
- "react"
- ]
- },
- "es": {
- "presets": [
- [
- "es2015",
- {
- "modules": false
- }
- ],
- "stage-0",
- "react"
- ]
- }
- }
- },
- "bugs": {
- "url": "https://github.com/uber-common/react-vis/issues/new",
- "email": "visualization@uber.com"
- },
- "dependencies": {
- "d3-array": "^1.2.0",
- "d3-collection": "^1.0.3",
- "d3-color": "^1.0.3",
- "d3-contour": "^1.1.0",
- "d3-format": "^1.2.0",
- "d3-geo": "^1.6.4",
- "d3-hexbin": "^0.2.2",
- "d3-hierarchy": "^1.1.4",
- "d3-interpolate": "^1.1.4",
- "d3-sankey": "^0.7.1",
- "d3-scale": "^1.0.5",
- "d3-shape": "^1.1.0",
- "d3-voronoi": "^1.1.2",
- "deep-equal": "^1.0.1",
- "global": "^4.3.1",
- "hoek": "4.2.1",
- "prop-types": "^15.5.8",
- "react-motion": "^0.5.2"
- },
- "description": "Data visualization library based on React and d3.",
- "devDependencies": {
- "babel-cli": "6.18.0",
- "babel-eslint": "^7.1.1",
- "babel-plugin-module-resolver": "^2.4.0",
- "babel-preset-es2015": "6.18.0",
- "babel-preset-es2017": "^6.24.1",
- "babel-preset-react": "^6.16.0",
- "babel-preset-stage-0": "^6.16.0",
- "babel-register": "^6.18.0",
- "babelify": "^7.3.0",
- "browserify": "^14.3.0",
- "canvas-prebuilt": "^1.6.11",
- "enzyme": "^2.8.2",
- "eslint": "^3.19.0",
- "eslint-config-prettier": "^3.0.1",
- "eslint-config-uber-es2015": "^3.1.2",
- "eslint-config-uber-jsx": "^3.3.3",
- "eslint-plugin-babel": "^4.1.2",
- "eslint-plugin-no-only-tests": "^2.0.1",
- "eslint-plugin-prettier": "^2.6.2",
- "eslint-plugin-react": "^7.11.1",
- "husky": "^1.1.2",
- "jsdom": "^9.9.1",
- "node-sass": "^4.9.3",
- "nyc": "^13.0.1",
- "prettier": "^1.14.2",
- "react": "^15.5.4",
- "react-addons-test-utils": ">=15.4.2",
- "react-dom": "^15.5.4",
- "react-test-renderer": "^15.5.4",
- "stylelint": "^7.7.1",
- "stylelint-config-standard": "^15.0.1",
- "tape": "^4.6.3",
- "uglify-js": "^2.8.22"
- },
- "engines": {
- "node": ">=0.10.0",
- "npm": ">=3.0"
- },
- "files": [
- "dist",
- "es"
- ],
- "homepage": "https://github.com/uber-common/react-vis#readme",
- "husky": {
- "hooks": {
- "pre-push": "npm run remove-unpm-rfs"
- }
- },
- "jsnext:main": "es",
- "keywords": [
- "d3",
- "react",
- "visualization",
- "chart",
- "es6",
- "babel"
- ],
- "license": "MIT",
- "main": "dist",
- "module": "es",
- "name": "react-vis",
- "nyc": {
- "exclude": [
- "tests/**/*.js",
- "src/utils/react-utils.js"
- ]
- },
- "peerDependencies": {
- "react": "15.3.0 - 16.x"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/uber-common/react-vis.git"
- },
- "scripts": {
- "build": "npm run clean && babel src -d dist --copy-files && BABEL_ENV=es babel src -d es --copy-files && node-sass src/main.scss dist/style.css --output-style compressed && npm run build:browser",
- "build:browser": "browserify src/index.js -t [ babelify ] --standalone reactVis | uglifyjs > dist/dist.min.js",
- "clean": "rm -rf dist es bundle.* index.html && mkdir dist es",
- "cover": "nyc --reporter=text --reporter=html --reporter=lcov npm test",
- "docs": "./publish-docs.sh",
- "full-test": "npm run lint && npm run cover",
- "lint": "eslint src tests showcase docs --ignore-pattern node_modules --ignore-pattern bundle.js",
- "lint-styles": "stylelint src/styles/*.scss --syntax scss",
- "prettier": "prettier --write $(git ls-files | grep '.js$')",
- "remove-unpm-rfs": "./remove-refs-to-unpm.pl",
- "start": "(cd showcase && command -v yarn >/dev/null && yarn && npm start || npm install && npm start)",
- "test": "node --inspect ./node_modules/.bin/babel-node ./tests/index.js",
- "test:windows": "babel-node --inspect ./tests/index.js"
- },
- "version": "1.11.7"
- }
|