Your IP : 13.59.67.189
{
"_from": "gentle-fs@latest",
"_id": "gentle-fs@2.0.1",
"_inBundle": false,
"_integrity": "sha512-cEng5+3fuARewXktTEGbwsktcldA+YsnUEaXZwcK/3pjSE1X9ObnTs+/8rYf8s+RnIcQm2D5x3rwpN7Zom8Bew==",
"_location": "/gentle-fs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gentle-fs@latest",
"name": "gentle-fs",
"escapedName": "gentle-fs",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/",
"/bin-links"
],
"_resolved": "https://registry.npmjs.org/gentle-fs/-/gentle-fs-2.0.1.tgz",
"_shasum": "585cfd612bfc5cd52471fdb42537f016a5ce3687",
"_spec": "gentle-fs@latest",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Mike Sherov"
},
"bugs": {
"url": "https://github.com/npm/gentle-fs/issues"
},
"bundleDependencies": false,
"dependencies": {
"aproba": "^1.1.2",
"fs-vacuum": "^1.2.10",
"graceful-fs": "^4.1.11",
"iferr": "^0.1.5",
"mkdirp": "^0.5.1",
"path-is-inside": "^1.0.2",
"read-cmd-shim": "^1.0.1",
"slide": "^1.1.6"
},
"deprecated": false,
"description": "Gentle Filesystem operations",
"devDependencies": {
"dezalgo": "^1.0.3",
"nyc": "^11.1.0",
"require-inject": "^1.4.2",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"tap": "^10.7.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/npm/gentle-fs#readme",
"keywords": [
"npm",
"gentle",
"fs"
],
"license": "Artistic-2.0",
"main": "index.js",
"name": "gentle-fs",
"repository": {
"type": "git",
"url": "git://github.com/npm/gentle-fs.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --nyc-arg=--all --coverage test/*.js test/**/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"version": "2.0.1"
}