aboutsummaryrefslogtreecommitdiff
path: root/node_modules/rimraf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/rimraf
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/rimraf')
-rw-r--r--node_modules/rimraf/package.json102
1 files changed, 14 insertions, 88 deletions
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index 4bb2907f7..c2cc0458b 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,100 +1,26 @@
{
- "_args": [
- [
- {
- "raw": "rimraf@^2.2.8",
- "scope": null,
- "escapedName": "rimraf",
- "name": "rimraf",
- "rawSpec": "^2.2.8",
- "spec": ">=2.2.8 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/del"
- ]
- ],
- "_from": "rimraf@>=2.2.8 <3.0.0",
- "_id": "rimraf@2.5.4",
- "_inCache": true,
- "_location": "/rimraf",
- "_nodeVersion": "4.4.4",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/rimraf-2.5.4.tgz_1469206941888_0.8645927573088557"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.10.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "rimraf@^2.2.8",
- "scope": null,
- "escapedName": "rimraf",
- "name": "rimraf",
- "rawSpec": "^2.2.8",
- "spec": ">=2.2.8 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/del",
- "/gulp-sym"
- ],
- "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
- "_shasum": "96800093cbf1a0c86bd95b4625467535c29dfa04",
- "_shrinkwrap": null,
- "_spec": "rimraf@^2.2.8",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/del",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bin": {
- "rimraf": "./bin.js"
- },
- "bugs": {
- "url": "https://github.com/isaacs/rimraf/issues"
+ "name": "rimraf",
+ "version": "2.5.4",
+ "main": "rimraf.js",
+ "description": "A deep deletion module for node (like `rm -rf`)",
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "license": "ISC",
+ "repository": "git://github.com/isaacs/rimraf.git",
+ "scripts": {
+ "test": "tap test/*.js"
},
+ "bin": "./bin.js",
"dependencies": {
"glob": "^7.0.5"
},
- "description": "A deep deletion module for node (like `rm -rf`)",
- "devDependencies": {
- "mkdirp": "^0.5.1",
- "tap": "^6.1.1"
- },
- "directories": {},
- "dist": {
- "shasum": "96800093cbf1a0c86bd95b4625467535c29dfa04",
- "tarball": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
- },
"files": [
"LICENSE",
"README.md",
"bin.js",
"rimraf.js"
],
- "gitHead": "2af08bbbd0a03549b278414309dc5d8097699443",
- "homepage": "https://github.com/isaacs/rimraf#readme",
- "license": "ISC",
- "main": "rimraf.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "rimraf",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/rimraf.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "2.5.4"
+ "devDependencies": {
+ "mkdirp": "^0.5.1",
+ "tap": "^6.1.1"
+ }
}