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.
76 lines
2.5 KiB
76 lines
2.5 KiB
1 year ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"d3-time-format@2.1.3",
|
||
|
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit"
|
||
|
]
|
||
|
],
|
||
|
"_from": "d3-time-format@2.1.3",
|
||
|
"_id": "d3-time-format@2.1.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-6k0a2rZryzGm5Ihx+aFMuO1GgelgIz+7HhB4PH4OEndD5q2zGn1mDfRdNrulspOfR6JXkb2sThhDK41CSK85QA==",
|
||
|
"_location": "/d3-time-format",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "d3-time-format@2.1.3",
|
||
|
"name": "d3-time-format",
|
||
|
"escapedName": "d3-time-format",
|
||
|
"rawSpec": "2.1.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.1.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/d3",
|
||
|
"/d3-scale"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.3.tgz",
|
||
|
"_spec": "2.1.3",
|
||
|
"_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-format/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"d3-time": "1"
|
||
|
},
|
||
|
"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
|
||
|
"devDependencies": {
|
||
|
"d3-queue": "3",
|
||
|
"eslint": "5",
|
||
|
"rollup": "0.64",
|
||
|
"rollup-plugin-terser": "1",
|
||
|
"tape": "4"
|
||
|
},
|
||
|
"homepage": "https://d3js.org/d3-time-format/",
|
||
|
"jsdelivr": "dist/d3-time-format.min.js",
|
||
|
"keywords": [
|
||
|
"d3",
|
||
|
"d3-module",
|
||
|
"time",
|
||
|
"format",
|
||
|
"strftime",
|
||
|
"strptime"
|
||
|
],
|
||
|
"license": "BSD-3-Clause",
|
||
|
"main": "dist/d3-time-format.js",
|
||
|
"module": "src/index.js",
|
||
|
"name": "d3-time-format",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/d3/d3-time-format.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-format.min.js",
|
||
|
"version": "2.1.3"
|
||
|
}
|