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.

73 lines
2.6 KiB

{
"_from": "d3-time-format@2.1.1",
"_id": "d3-time-format@2.1.1",
"_inBundle": false,
"_integrity": "sha512-8kAkymq2WMfzW7e+s/IUNAtN/y3gZXGRrdGfo6R8NKPAA85UBTxZg5E61bR6nLwjPjj4d3zywSQe1CkYLPFyrw==",
"_location": "/d3-time-format",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-time-format@2.1.1",
"name": "d3-time-format",
"escapedName": "d3-time-format",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/d3",
"/d3-scale"
],
"_resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz",
"_shasum": "85b7cdfbc9ffca187f14d3c456ffda268081bb31",
"_spec": "d3-time-format@2.1.1",
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-time-format/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3-time": "1"
},
"deprecated": false,
"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
"devDependencies": {
"d3-queue": "3",
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.50",
"tape": "4",
"uglify-js": "3"
},
"homepage": "https://d3js.org/d3-time-format/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"time",
"format",
"strftime",
"strptime"
],
"license": "BSD-3-Clause",
"main": "build/d3-time-format.js",
"module": "index",
"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 ../d3-time-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${npm_package_version}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js",
"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "2.1.1"
}