d2-ui
Version:
94 lines (93 loc) • 3.02 kB
JSON
{
"_args": [
[
"d3-time@~0.2.0",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale"
]
],
"_from": "d3-time@>=0.2.0 <0.3.0",
"_id": "d3-time@0.2.6",
"_inCache": true,
"_installable": true,
"_location": "/d3-time",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/d3-time-0.2.6.tgz_1465320293431_0.7201869832351804"
},
"_npmUser": {
"email": "mbostock@gmail.com",
"name": "mbostock"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "d3-time",
"raw": "d3-time@~0.2.0",
"rawSpec": "~0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/d3-scale",
"/d3-time-format"
],
"_resolved": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.6.tgz",
"_shasum": "587553e9ea9e055462d419c7aa94e9477be15cb0",
"_shrinkwrap": null,
"_spec": "d3-time@~0.2.0",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale",
"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": "2",
"json2module": "0.0",
"rollup": "0.26",
"tape": "4",
"uglify-js": "2"
},
"directories": {},
"dist": {
"shasum": "587553e9ea9e055462d419c7aa94e9477be15cb0",
"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.6.tgz"
},
"gitHead": "bdfba3b3570bfd92a2ed51c145d0f49e36c2563e",
"homepage": "https://github.com/d3/d3-time",
"jsnext:main": "index",
"keywords": [
"d3",
"time",
"interval",
"calendar"
],
"license": "BSD-3-Clause",
"main": "build/d3-time.js",
"maintainers": [
{
"email": "mike@ocks.org",
"name": "mbostock"
}
],
"name": "d3-time",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-time.git"
},
"scripts": {
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${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 build/d3-time.js -c -m -o build/d3-time.min.js",
"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_time -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": "0.2.6"
}