doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
111 lines (110 loc) • 3.54 kB
JSON
{
"_args": [
[
{
"raw": "d3-scale@1.0.7",
"scope": null,
"escapedName": "d3-scale",
"name": "d3-scale",
"rawSpec": "1.0.7",
"spec": "1.0.7",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-scale@1.0.7",
"_id": "d3-scale@1.0.7",
"_inCache": true,
"_location": "/d3-scale",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-scale-1.0.7.tgz_1511300273526_0.7305549422744662"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-scale@1.0.7",
"scope": null,
"escapedName": "d3-scale",
"name": "d3-scale",
"rawSpec": "1.0.7",
"spec": "1.0.7",
"type": "version"
},
"_requiredBy": [
"/d3"
],
"_resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz",
"_shasum": "fa90324b3ea8a776422bd0472afab0b252a0945d",
"_shrinkwrap": null,
"_spec": "d3-scale@1.0.7",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-scale/issues"
},
"dependencies": {
"d3-array": "^1.2.0",
"d3-collection": "1",
"d3-color": "1",
"d3-format": "1",
"d3-interpolate": "1",
"d3-time": "1",
"d3-time-format": "2"
},
"description": "Encodings that map abstract data to visual representation.",
"devDependencies": {
"eslint": "3",
"package-preamble": "0.1",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
},
"directories": {},
"dist": {
"integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==",
"shasum": "fa90324b3ea8a776422bd0472afab0b252a0945d",
"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz"
},
"gitHead": "8896a1515e3424b53000f31ff18cb4874004de9b",
"homepage": "https://d3js.org/d3-scale/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"scale",
"visualization"
],
"license": "BSD-3-Clause",
"main": "build/d3-scale.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-scale",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-scale.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test"
},
"version": "1.0.7"
}