doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
109 lines (108 loc) • 3.53 kB
JSON
{
"_args": [
[
{
"raw": "d3-time-format@2.1.1",
"scope": null,
"escapedName": "d3-time-format",
"name": "d3-time-format",
"rawSpec": "2.1.1",
"spec": "2.1.1",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-time-format@2.1.1",
"_id": "d3-time-format@2.1.1",
"_inCache": true,
"_location": "/d3-time-format",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-time-format-2.1.1.tgz_1511300942030_0.4683892822358757"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-time-format@2.1.1",
"scope": null,
"escapedName": "d3-time-format",
"name": "d3-time-format",
"rawSpec": "2.1.1",
"spec": "2.1.1",
"type": "version"
},
"_requiredBy": [
"/d3",
"/d3-scale"
],
"_resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz",
"_shasum": "85b7cdfbc9ffca187f14d3c456ffda268081bb31",
"_shrinkwrap": null,
"_spec": "d3-time-format@2.1.1",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"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": "4",
"package-preamble": "0.1",
"rollup": "0.50",
"tape": "4",
"uglify-js": "3"
},
"directories": {},
"dist": {
"integrity": "sha512-8kAkymq2WMfzW7e+s/IUNAtN/y3gZXGRrdGfo6R8NKPAA85UBTxZg5E61bR6nLwjPjj4d3zywSQe1CkYLPFyrw==",
"shasum": "85b7cdfbc9ffca187f14d3c456ffda268081bb31",
"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz"
},
"gitHead": "00867e46da2918e3b909c108dca3a39088c9277e",
"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",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-time-format",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}