@anarock/nivo-scales
Advanced tools
Comparing version 0.87.0 to 0.88.1-anarock.0
{ | ||
"name": "@anarock/nivo-scales", | ||
"version": "0.87.0", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Raphaël Benitte", | ||
"url": "https://github.com/plouc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/plouc/nivo.git", | ||
"directory": "packages/scales" | ||
}, | ||
"module": "./dist/nivo-scales.es.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
"README.md", | ||
"LICENSE.md", | ||
"dist/", | ||
"!dist/tsconfig.tsbuildinfo" | ||
], | ||
"dependencies": { | ||
"@types/d3-scale": "^4.0.8", | ||
"@types/d3-time": "^1.1.1", | ||
"@types/d3-time-format": "^3.0.0", | ||
"d3-scale": "^4.0.2", | ||
"d3-time": "^1.0.11", | ||
"d3-time-format": "^3.0.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
"name": "@anarock/nivo-scales", | ||
"version": "0.88.1-anarock.0", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Raphaël Benitte", | ||
"url": "https://github.com/plouc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/plouc/nivo.git", | ||
"directory": "packages/scales" | ||
}, | ||
"module": "./dist/nivo-scales.es.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
"README.md", | ||
"LICENSE.md", | ||
"dist/", | ||
"!dist/tsconfig.tsbuildinfo" | ||
], | ||
"dependencies": { | ||
"@types/d3-scale": "^4.0.8", | ||
"@types/d3-time": "^1.1.1", | ||
"@types/d3-time-format": "^3.0.0", | ||
"d3-scale": "^4.0.2", | ||
"d3-time": "^1.0.11", | ||
"d3-time-format": "^3.0.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "1637c349204003fef8fd64a9c0a9262513119415" | ||
} |
66220