UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

105 lines (104 loc) 2.3 kB
{ "_from": "cwd@^0.10.0", "_id": "cwd@0.10.0", "_inBundle": false, "_integrity": "sha1-FyQAaUBXwioTsM8WFix+S3p/5Wc=", "_location": "/cwd", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cwd@^0.10.0", "name": "cwd", "escapedName": "cwd", "rawSpec": "^0.10.0", "saveSpec": null, "fetchSpec": "^0.10.0" }, "_requiredBy": [ "/jest-dev-server", "/jest-environment-puppeteer" ], "_resolved": "https://registry.npmjs.org/cwd/-/cwd-0.10.0.tgz", "_shasum": "172400694057c22a13b0cf16162c7e4b7a7fe567", "_spec": "cwd@^0.10.0", "_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/jest-environment-puppeteer", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/cwd/issues" }, "bundleDependencies": false, "dependencies": { "find-pkg": "^0.1.2", "fs-exists-sync": "^0.1.0" }, "deprecated": false, "description": "Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)", "devDependencies": { "gulp-format-md": "^0.1.9", "mocha": "^2.5.3", "normalize-path": "^2.0.1" }, "engines": { "node": ">=0.8" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/cwd", "keywords": [ "current", "cwd", "dir", "directory", "file", "filepath", "path", "paths", "process", "process.cwd", "resolve", "resolved", "working" ], "license": "MIT", "main": "index.js", "name": "cwd", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/cwd.git" }, "scripts": { "test": "mocha" }, "verb": { "related": { "list": [ "global-modules", "global-paths", "global-prefix", "is-absolute", "is-relative", "relative" ] }, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "reflinks": [ "verb" ] }, "version": "0.10.0" }