{
  "_args": [
    [
      "d3-time-format@~0.3.0",
      "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale"
    ]
  ],
  "_from": "d3-time-format@>=0.3.0 <0.4.0",
  "_id": "d3-time-format@0.3.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-time-format",
  "_nodeVersion": "5.7.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/d3-time-format-0.3.2.tgz_1462299851962_0.20581558626145124"
  },
  "_npmUser": {
    "email": "mbostock@gmail.com",
    "name": "mbostock"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "d3-time-format",
    "raw": "d3-time-format@~0.3.0",
    "rawSpec": "~0.3.0",
    "scope": null,
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/d3-scale"
  ],
  "_resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.2.tgz",
  "_shasum": "9c30e90a4078f93fac15e27b2016865488c007c1",
  "_shrinkwrap": null,
  "_spec": "d3-time-format@~0.3.0",
  "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-time-format/issues"
  },
  "dependencies": {
    "d3-time": "~0.2.0"
  },
  "description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
  "devDependencies": {
    "json2module": "0.0",
    "rollup": "0.26",
    "tape": "4",
    "uglify-js": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "9c30e90a4078f93fac15e27b2016865488c007c1",
    "tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.2.tgz"
  },
  "gitHead": "a5b3a0509b96034e92b6b4969d9e3ae740c7398a",
  "homepage": "https://github.com/d3/d3-time-format",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "time",
    "format",
    "strftime",
    "strptime"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-time-format.js",
  "maintainers": [
    {
      "email": "mike@ocks.org",
      "name": "mbostock"
    }
  ],
  "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": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time-format.js ../d3.github.com/d3-time-format.v0.3.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v0.3.min.js && cd ../d3.github.com && git add d3-time-format.v0.3.js d3-time-format.v0.3.min.js && git commit -m \"d3-time-format ${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",
    "prepublish": "npm run test && uglifyjs build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
    "pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-time:d3_time -n d3_time_format -o build/d3-time-format.js -- index.js",
    "test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src"
  },
  "version": "0.3.2"
}
