UNPKG

react-scripts

Version:
120 lines (119 loc) 2.97 kB
{ "_args": [ [ "fs-extra@0.30.0", "/Users/dan/p/create-react-app" ] ], "_from": "fs-extra@0.30.0", "_id": "fs-extra@0.30.0", "_inCache": true, "_installable": 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": { "email": "jprichardson@gmail.com", "name": "jprichardson" }, "_npmVersion": "3.8.2", "_phantomChildren": {}, "_requested": { "name": "fs-extra", "raw": "fs-extra@0.30.0", "rawSpec": "0.30.0", "scope": null, "spec": "0.30.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", "_shasum": "f233ffcc08d4da7d432daa449776989db1df93f0", "_shrinkwrap": null, "_spec": "fs-extra@0.30.0", "_where": "/Users/dan/p/create-react-app", "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", "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": [ "copy", "create", "delete", "directory", "extra", "extra", "file", "file system", "fs", "json", "mkdir", "mkdirp", "mkdirs", "move", "output", "read", "recursive", "remove", "text", "touch", "write" ], "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" }