canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
128 lines (127 loc) • 2.69 kB
JSON
{
"_args": [
[
"del@^2.0.2",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/flat-cache"
]
],
"_from": "del@>=2.0.2 <3.0.0",
"_id": "del@2.1.0",
"_inCache": true,
"_location": "/del",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {
"array-union": "1.0.1",
"arrify": "1.0.0",
"glob": "5.0.15",
"object-assign": "4.0.1",
"pify": "2.3.0",
"pinkie": "1.0.0"
},
"_requested": {
"name": "del",
"raw": "del@^2.0.2",
"rawSpec": "^2.0.2",
"scope": null,
"spec": ">=2.0.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/flat-cache"
],
"_resolved": "https://registry.npmjs.org/del/-/del-2.1.0.tgz",
"_shasum": "1ecd71d559b4d97f4fdee7d13eb7ff9cb65d02c8",
"_shrinkwrap": null,
"_spec": "del@^2.0.2",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/flat-cache",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/del/issues"
},
"dependencies": {
"globby": "^3.0.0",
"is-path-cwd": "^1.0.0",
"is-path-in-cwd": "^1.0.0",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0",
"rimraf": "^2.2.8"
},
"description": "Delete files/folders using globs",
"devDependencies": {
"fs-extra": "^0.26.2",
"mocha": "*",
"path-exists": "^2.0.0",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "1ecd71d559b4d97f4fdee7d13eb7ff9cb65d02c8",
"tarball": "http://registry.npmjs.org/del/-/del-2.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "ef7ecb22de40ad8e44ca7810c6f131d24afcd761",
"homepage": "https://github.com/sindresorhus/del",
"installable": true,
"keywords": [
"clean",
"cleaning",
"cleanup",
"del",
"delete",
"destroy",
"dir",
"directory",
"file",
"files",
"filesystem",
"folder",
"fs",
"glob",
"gulpfriendly",
"remove",
"rimraf",
"rm",
"rmdir",
"rmrf",
"trash",
"unlink"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "del",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/del"
},
"scripts": {
"test": "xo && mocha"
},
"version": "2.1.0",
"xo": {
"envs": [
"mocha",
"node"
]
}
}