| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/readjs/node_modules/fs-extra/ |
Upload File : |
{
"_args": [
[
{
"raw": "fs-extra@~0.30.0",
"scope": null,
"escapedName": "fs-extra",
"name": "fs-extra",
"rawSpec": "~0.30.0",
"spec": ">=0.30.0 <0.31.0",
"type": "range"
},
"/home/gavin/workspace/meanjs/node_modules/phantomjs-prebuilt"
]
],
"_from": "fs-extra@>=0.30.0 <0.31.0",
"_id": "fs-extra@0.30.0",
"_inCache": true,
"_location": "/fs-extra",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fs-extra-0.30.0.tgz_1461855285893_0.6937591265887022"
},
"_npmUser": {
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
"_npmVersion": "3.8.2",
"_phantomChildren": {},
"_requested": {
"raw": "fs-extra@~0.30.0",
"scope": null,
"escapedName": "fs-extra",
"name": "fs-extra",
"rawSpec": "~0.30.0",
"spec": ">=0.30.0 <0.31.0",
"type": "range"
},
"_requiredBy": [
"/phantomjs-prebuilt"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
"_shasum": "f233ffcc08d4da7d432daa449776989db1df93f0",
"_shrinkwrap": null,
"_spec": "fs-extra@~0.30.0",
"_where": "/home/gavin/workspace/meanjs/node_modules/phantomjs-prebuilt",
"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",
"klaw": "^1.0.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": "^7.0.0-beta.0"
},
"directories": {},
"dist": {
"shasum": "f233ffcc08d4da7d432daa449776989db1df93f0",
"tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz"
},
"gitHead": "08a8d432ca508e86414a6cabfb4d5a139e2fb0ff",
"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": "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",
"lint": "standard",
"test": "npm run lint && npm run unit",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"unit": "node test.js"
},
"version": "0.30.0"
}