Files
login/node_modules/sane/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:58:40 +05:30

116 lines
2.9 KiB
JSON

{
"_args": [
[
"sane@4.1.0",
"E:\\Repos\\GHActions\\login"
]
],
"_development": true,
"_from": "sane@4.1.0",
"_id": "sane@4.1.0",
"_inBundle": false,
"_integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",
"_location": "/sane",
"_phantomChildren": {
"arr-diff": "4.0.0",
"arr-flatten": "1.1.0",
"array-unique": "0.3.2",
"define-property": "2.0.2",
"extend-shallow": "3.0.2",
"extglob": "2.0.4",
"fragment-cache": "0.2.1",
"is-buffer": "1.1.6",
"is-extendable": "0.1.1",
"isobject": "3.0.1",
"kind-of": "6.0.3",
"nanomatch": "1.2.13",
"object.pick": "1.3.0",
"regex-not": "1.0.2",
"remove-trailing-separator": "1.1.0",
"repeat-element": "1.1.3",
"repeat-string": "1.6.1",
"snapdragon": "0.8.2",
"snapdragon-node": "2.1.1",
"split-string": "3.1.0",
"to-regex": "3.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "sane@4.1.0",
"name": "sane",
"escapedName": "sane",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/@jest/core/jest-haste-map",
"/@jest/reporters/jest-haste-map",
"/@jest/test-sequencer/jest-haste-map",
"/@jest/transform/jest-haste-map",
"/jest-circus/jest-haste-map",
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "E:\\Repos\\GHActions\\login",
"author": {
"name": "amasad"
},
"bin": {
"sane": "src/cli.js"
},
"bugs": {
"url": "https://github.com/amasad/sane/issues"
},
"dependencies": {
"@cnakazawa/watch": "^1.0.3",
"anymatch": "^2.0.0",
"capture-exit": "^2.0.0",
"exec-sh": "^0.3.2",
"execa": "^1.0.0",
"fb-watchman": "^2.0.0",
"micromatch": "^3.1.4",
"minimist": "^1.1.1",
"walker": "~1.0.5"
},
"description": "Sane aims to be fast, small, and reliable file system watcher.",
"devDependencies": {
"eslint": "^5.15.1",
"mocha": "^6.0.2",
"prettier": "^1.16.4",
"rimraf": "~2.6.3",
"tmp": "0.0.33"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"files": [
"src",
"index.js"
],
"homepage": "https://github.com/amasad/sane",
"keywords": [
"watch",
"file",
"fswatcher",
"watchfile",
"fs",
"watching"
],
"license": "MIT",
"main": "index.js",
"name": "sane",
"repository": {
"type": "git",
"url": "git+https://github.com/amasad/sane.git"
},
"scripts": {
"format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
"test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js && mocha --bail 'test/watchexec_*-test.js'",
"test:debug": "mocha debug --bail"
},
"version": "4.1.0"
}