UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

120 lines (119 loc) 2.89 kB
{ "_args": [ [ { "raw": "fs-extra@0.22.1", "scope": null, "escapedName": "fs-extra", "name": "fs-extra", "rawSpec": "0.22.1", "spec": "0.22.1", "type": "version" }, "/Users/ahogan/Repos/ember-cli" ] ], "_from": "fs-extra@0.22.1", "_id": "fs-extra@0.22.1", "_inCache": true, "_location": "/fs-extra", "_nodeVersion": "2.1.0", "_npmUser": { "name": "jprichardson", "email": "jprichardson@gmail.com" }, "_npmVersion": "2.10.1", "_phantomChildren": {}, "_requested": { "raw": "fs-extra@0.22.1", "scope": null, "escapedName": "fs-extra", "name": "fs-extra", "rawSpec": "0.22.1", "spec": "0.22.1", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz", "_shasum": "5fd6f8049dc976ca19eb2355d658173cabcce056", "_shrinkwrap": null, "_spec": "fs-extra@0.22.1", "_where": "/Users/ahogan/Repos/ember-cli", "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", "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": "4.x" }, "directories": {}, "dist": { "shasum": "5fd6f8049dc976ca19eb2355d658173cabcce056", "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz" }, "gitHead": "f97bc45a2c24b58815192a118c4591d8f763e499", "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", "test": "standard && node test.js", "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha" }, "version": "0.22.1" }