You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

71 lines
2.4 KiB

{
"_args": [
[
"d3-time@1.0.10",
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit"
]
],
"_from": "d3-time@1.0.10",
"_id": "d3-time@1.0.10",
"_inBundle": false,
"_integrity": "sha512-hF+NTLCaJHF/JqHN5hE8HVGAXPStEq6/omumPE/SxyHVrR7/qQxusFDo0t0c/44+sCGHthC7yNGFZIEgju0P8g==",
"_location": "/d3-time",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-time@1.0.10",
"name": "d3-time",
"escapedName": "d3-time",
"rawSpec": "1.0.10",
"saveSpec": null,
"fetchSpec": "1.0.10"
},
"_requiredBy": [
"/d3",
"/d3-scale",
"/d3-time-format"
],
"_resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.10.tgz",
"_spec": "1.0.10",
"_where": "C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-time/issues"
},
"description": "A calculator for humanity’s peculiar conventions of time.",
"devDependencies": {
"eslint": "5",
"rollup": "0.64",
"rollup-plugin-terser": "1",
"tape": "4"
},
"homepage": "https://d3js.org/d3-time/",
"jsdelivr": "dist/d3-time.min.js",
"keywords": [
"d3",
"d3-module",
"time",
"interval",
"calendar"
],
"license": "BSD-3-Clause",
"main": "dist/d3-time.js",
"module": "src/index.js",
"name": "d3-time",
"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 ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
"prepublishOnly": "rm -rf dist && yarn test",
"pretest": "rollup -c",
"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src"
},
"unpkg": "dist/d3-time.min.js",
"version": "1.0.10"
}