UNPKG

@segment/isodate-traverse

Version:

Traverse an object and convert all ISO strings into Dates.

56 lines (55 loc) 1.5 kB
{ "name": "@segment/isodate-traverse", "version": "1.1.1", "description": "Traverse an object and convert all ISO strings into Dates.", "keywords": [ "ISO", "date", "datestring", "parse", "object", "convert" ], "main": "lib/index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/segmentio/isodate-traverse.git" }, "author": "Segment <friends@segment.com>", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/segmentio/isodate-traverse/issues" }, "homepage": "https://github.com/segmentio/isodate-traverse#readme", "dependencies": { "@segment/isodate": "^1.0.3" }, "devDependencies": { "@segment/eslint-config": "^3.1.1", "@segment/to-iso-string": "0.0.2", "browserify": "^13.0.0", "browserify-istanbul": "^2.0.0", "codecov": "^3.0.2", "equals": "^1.0.1", "eslint": "^2.9.0", "eslint-plugin-mocha": "^2.2.0", "eslint-plugin-react": "^4.3.0", "eslint-plugin-require-path-exists": "^1.1.5", "istanbul": "^0.4.3", "karma": "^0.13.22", "karma-browserify": "^5.0.4", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^1.0.0", "karma-mocha": "^1.0.1", "karma-phantomjs-launcher": "^1.0.0", "karma-sauce-launcher": "^1.0.0", "karma-spec-reporter": "0.0.26", "mocha": "^2.2.5", "phantomjs-prebuilt": "^2.1.7", "proclaim": "^3.4.1", "watchify": "^3.7.0" } }