2017-09-13 07:52:34 +02:00

134 lines
3.3 KiB
JSON

{
"_args": [
[
{
"raw": "fs-extra@^2.1.2",
"scope": null,
"escapedName": "fs-extra",
"name": "fs-extra",
"rawSpec": "^2.1.2",
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
]
],
"_from": "fs-extra@>=2.1.2 <3.0.0",
"_id": "fs-extra@2.1.2",
"_inCache": true,
"_location": "/fs-extra",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fs-extra-2.1.2.tgz_1489690836913_0.4697161796502769"
},
"_npmUser": {
"name": "ryanzim",
"email": "opensrc@ryanzim.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {
"graceful-fs": "4.1.11"
},
"_requested": {
"raw": "fs-extra@^2.1.2",
"scope": null,
"escapedName": "fs-extra",
"name": "fs-extra",
"rawSpec": "^2.1.2",
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-2.1.2.tgz",
"_shasum": "046c70163cef9aad46b0e4a7fa467fb22d71de35",
"_shrinkwrap": null,
"_spec": "fs-extra@^2.1.2",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^2.1.0"
},
"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.4.5",
"klaw": "^1.0.0",
"klaw-sync": "^1.1.2",
"minimist": "^1.1.1",
"mocha": "^3.1.2",
"proxyquire": "^1.7.10",
"read-dir-files": "^0.1.1",
"rimraf": "^2.2.8",
"secure-random": "^1.1.1",
"standard": "^8.5.0"
},
"directories": {},
"dist": {
"shasum": "046c70163cef9aad46b0e4a7fa467fb22d71de35",
"tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-2.1.2.tgz"
},
"gitHead": "84717b8d03f04785124604a119a9a6769f608853",
"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": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "ryanzim",
"email": "opensrc@ryanzim.com"
}
],
"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 -i 'lib/**' -x '**/__tests__/**' test.js",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"lint": "standard",
"test": "npm run lint && npm run unit",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"unit": "node test.js"
},
"version": "2.1.2"
}