UNPKG

@duetds/date-picker

Version:

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

94 lines (93 loc) 2.19 kB
{ "_from": "find-process@^1.4.3", "_id": "find-process@1.4.3", "_inBundle": false, "_integrity": "sha512-+IA+AUsQCf3uucawyTwMWcY+2M3FXq3BRvw3S+j5Jvydjk31f/+NPWpYZOJs+JUs2GvxH4Yfr6Wham0ZtRLlPA==", "_location": "/find-process", "_phantomChildren": { "escape-string-regexp": "1.0.5" }, "_requested": { "type": "range", "registry": true, "raw": "find-process@^1.4.3", "name": "find-process", "escapedName": "find-process", "rawSpec": "^1.4.3", "saveSpec": null, "fetchSpec": "^1.4.3" }, "_requiredBy": [ "/jest-dev-server" ], "_resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.3.tgz", "_shasum": "25f9105dc32e42abad4636752c37c51cd57dce45", "_spec": "find-process@^1.4.3", "_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/jest-dev-server", "author": { "name": "zoujie", "email": "yibn2008@gmail.com" }, "bin": { "find-process": "bin/find-process.js" }, "bugs": { "url": "https://github.com/yibn2008/find-process/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^2.0.1", "commander": "^2.11.0", "debug": "^2.6.8" }, "deprecated": false, "description": "find process info by port/pid/name etc.", "devDependencies": { "mocha": "3.x", "npm-ensure": "^1.1.2", "standard": "12.x" }, "ensure": { "deps": { "checkDirs": [ "lib/*", "bin/*", "*.js" ] } }, "homepage": "https://github.com/yibn2008/find-process#readme", "keywords": [ "node", "process", "pid", "port" ], "license": "MIT", "main": "index.js", "name": "find-process", "repository": { "type": "git", "url": "git+https://github.com/yibn2008/find-process.git" }, "scripts": { "lint": "standard --fix && npm-ensure -t deps", "test": "mocha test/*.test.js && standard" }, "standard": { "globals": [ "describe", "beforeEach", "afterEach", "it" ], "ignore": [ "/node_modules", "/doc", "/example", "/test" ] }, "types": "index.d.ts", "version": "1.4.3" }