dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/d3-time/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

87 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_args": [
[
"d3-time@1.1.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "d3-time@1.1.0",
"_id": "d3-time@1.1.0",
"_inBundle": false,
"_integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==",
"_location": "/d3-time",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-time@1.1.0",
"name": "d3-time",
"escapedName": "d3-time",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/@d3fc/d3fc-annotation/d3-scale",
"/@d3fc/d3fc-axis/d3-scale",
"/@d3fc/d3fc-brush/d3-scale",
"/@d3fc/d3fc-chart/d3-scale",
"/@d3fc/d3fc-discontinuous-scale",
"/@d3fc/d3fc-discontinuous-scale/d3-scale",
"/@d3fc/d3fc-label-layout/d3-scale",
"/@d3fc/d3fc-random-data",
"/@d3fc/d3fc-series/d3-scale",
"/d3",
"/d3-scale",
"/d3-svg-legend/d3-scale",
"/d3-time-format"
],
"_resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-time/issues"
},
"description": "A calculator for humanitys peculiar conventions of time.",
"devDependencies": {
"eslint": "6",
"rollup": "1",
"rollup-plugin-terser": "5",
"tape": "4"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"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"
},
"sideEffects": false,
"unpkg": "dist/d3-time.min.js",
"version": "1.1.0"
}