doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
106 lines (105 loc) • 3.31 kB
JSON
{
"_args": [
[
{
"raw": "d3-time@1.0.8",
"scope": null,
"escapedName": "d3-time",
"name": "d3-time",
"rawSpec": "1.0.8",
"spec": "1.0.8",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-time@1.0.8",
"_id": "d3-time@1.0.8",
"_inCache": true,
"_location": "/d3-time",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-time-1.0.8.tgz_1511300807054_0.9289242578670382"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-time@1.0.8",
"scope": null,
"escapedName": "d3-time",
"name": "d3-time",
"rawSpec": "1.0.8",
"spec": "1.0.8",
"type": "version"
},
"_requiredBy": [
"/d3",
"/d3-scale",
"/d3-time-format"
],
"_resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.8.tgz",
"_shasum": "dbd2d6007bf416fe67a76d17947b784bffea1e84",
"_shrinkwrap": null,
"_spec": "d3-time@1.0.8",
"_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-time/issues"
},
"dependencies": {},
"description": "A calculator for humanity’s peculiar conventions of time.",
"devDependencies": {
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.43",
"tape": "4",
"uglify-js": "3"
},
"directories": {},
"dist": {
"integrity": "sha512-YRZkNhphZh3KcnBfitvF3c6E0JOFGikHZ4YqD+Lzv83ZHn1/u6yGenRU1m+KAk9J1GnZMnKcrtfvSktlA1DXNQ==",
"shasum": "dbd2d6007bf416fe67a76d17947b784bffea1e84",
"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.8.tgz"
},
"gitHead": "bf67db83d2b57e079d9f35ccb89851fa3c754f18",
"homepage": "https://d3js.org/d3-time/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"time",
"interval",
"calendar"
],
"license": "BSD-3-Clause",
"main": "build/d3-time.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-time",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-time.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${npm_package_version}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js",
"prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-time.js -c -m -o build/d3-time.min.js",
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src"
},
"version": "1.0.8"
}