om/node_modules/mv/package.json

75 lines
1.6 KiB
JSON

{
"_from": "mv@~2",
"_id": "mv@2.1.1",
"_inBundle": false,
"_integrity": "sha1-rmzg1vbV4KT32JN5jQPB6pVZtqI=",
"_location": "/mv",
"_phantomChildren": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mv@~2",
"name": "mv",
"escapedName": "mv",
"rawSpec": "~2",
"saveSpec": null,
"fetchSpec": "~2"
},
"_requiredBy": [
"/bunyan"
],
"_resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz",
"_shasum": "ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2",
"_spec": "mv@~2",
"_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/bunyan",
"author": {
"name": "Andrew Kelley"
},
"bugs": {
"url": "https://github.com/andrewrk/node-mv/issues"
},
"bundleDependencies": false,
"dependencies": {
"mkdirp": "~0.5.1",
"ncp": "~2.0.0",
"rimraf": "~2.4.0"
},
"deprecated": false,
"description": "fs.rename but works across devices. same as the unix utility 'mv'",
"devDependencies": {
"mocha": "~2.2.5"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/andrewrk/node-mv",
"keywords": [
"mv",
"move",
"rename",
"device",
"recursive",
"folder"
],
"license": "MIT",
"main": "index.js",
"name": "mv",
"repository": {
"type": "git",
"url": "git://github.com/andrewrk/node-mv.git"
},
"scripts": {
"test": "mocha test/test.js --reporter spec"
},
"version": "2.1.1"
}