canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
113 lines (112 loc) • 2.86 kB
JSON
{
"_args": [
[
"fs-extra@^0.24.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/css-lint"
]
],
"_from": "fs-extra@>=0.24.0 <0.25.0",
"_id": "fs-extra@0.24.0",
"_inCache": true,
"_installable": true,
"_location": "/fs-extra",
"_nodeVersion": "2.1.0",
"_npmUser": {
"email": "jprichardson@gmail.com",
"name": "jprichardson"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "fs-extra",
"raw": "fs-extra@^0.24.0",
"rawSpec": "^0.24.0",
"scope": null,
"spec": ">=0.24.0 <0.25.0",
"type": "range"
},
"_requiredBy": [
"/css-lint"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz",
"_shasum": "d4e4342a96675cb7846633a6099249332b539952",
"_shrinkwrap": null,
"_spec": "fs-extra@^0.24.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/css-lint",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^2.1.0",
"path-is-absolute": "^1.0.0",
"rimraf": "^2.2.8"
},
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"minimist": "^1.1.1",
"mocha": "^2.1.0",
"read-dir-files": "^0.1.1",
"secure-random": "^1.1.1",
"semver": "^4.3.6",
"standard": "5.x"
},
"directories": {},
"dist": {
"shasum": "d4e4342a96675cb7846633a6099249332b539952",
"tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz"
},
"gitHead": "2022ff8e547bc49569c2b57692ea47bd789a4c70",
"homepage": "https://github.com/jprichardson/node-fs-extra",
"keywords": [
"fs",
"file",
"file system",
"copy",
"directory",
"extra",
"mkdirp",
"mkdir",
"mkdirs",
"recursive",
"json",
"read",
"write",
"extra",
"delete",
"remove",
"touch",
"create",
"text",
"output",
"move"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"email": "jprichardson@gmail.com",
"name": "jprichardson"
}
],
"name": "fs-extra",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-fs-extra.git"
},
"scripts": {
"coverage": "istanbul cover test.js",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"test": "standard && node test.js",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha"
},
"version": "0.24.0"
}