@duetds/date-picker
Version:
Duet Date Picker is an open source version of Duet Design System’s accessible date picker.
103 lines (102 loc) • 2.31 kB
JSON
{
"_from": "find-pkg@^0.1.2",
"_id": "find-pkg@0.1.2",
"_inBundle": false,
"_integrity": "sha1-G9wiwG42NlUy4qJIBGhUuXiNpVc=",
"_location": "/find-pkg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-pkg@^0.1.2",
"name": "find-pkg",
"escapedName": "find-pkg",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/cwd"
],
"_resolved": "https://registry.npmjs.org/find-pkg/-/find-pkg-0.1.2.tgz",
"_shasum": "1bdc22c06e36365532e2a248046854b9788da557",
"_spec": "find-pkg@^0.1.2",
"_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/cwd",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/find-pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-file-up": "^0.1.2"
},
"deprecated": false,
"description": "Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.",
"devDependencies": {
"delete": "^0.3.2",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3",
"resolve-dir": "^0.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/find-pkg",
"keywords": [
"filepath",
"find",
"findup",
"findup-sync",
"json",
"lookup",
"package",
"package-json",
"pkg",
"resolve",
"sync"
],
"license": "MIT",
"main": "index.js",
"name": "find-pkg",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/find-pkg.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"find-file-up",
"load-module-pkg",
"load-pkg",
"look-up",
"module-root"
]
},
"reflinks": [
"find-file-up",
"look-up",
"verb"
],
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.2"
}