mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated package.json
This commit is contained in:
87
node_modules/rimraf/package.json
generated
vendored
Normal file
87
node_modules/rimraf/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"rimraf@2.x.x",
|
||||
"/home/mywebsite/node_modules/utile"
|
||||
]
|
||||
],
|
||||
"_from": "rimraf@>=2.0.0 <3.0.0",
|
||||
"_id": "rimraf@2.5.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/rimraf",
|
||||
"_nodeVersion": "4.0.0",
|
||||
"_npmUser": {
|
||||
"email": "i@izs.me",
|
||||
"name": "isaacs"
|
||||
},
|
||||
"_npmVersion": "3.3.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "rimraf",
|
||||
"raw": "rimraf@2.x.x",
|
||||
"rawSpec": "2.x.x",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/utile"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz",
|
||||
"_shasum": "30c096cdf772e26bf3e1d2cff84c2196541a9bb6",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "rimraf@2.x.x",
|
||||
"_where": "/home/mywebsite/node_modules/utile",
|
||||
"author": {
|
||||
"email": "i@izs.me",
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bin": {
|
||||
"rimraf": "./bin.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/rimraf/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"glob": "^6.0.1"
|
||||
},
|
||||
"description": "A deep deletion module for node (like `rm -rf`)",
|
||||
"devDependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"tap": "^2.3.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "30c096cdf772e26bf3e1d2cff84c2196541a9bb6",
|
||||
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"bin.js",
|
||||
"rimraf.js"
|
||||
],
|
||||
"gitHead": "c42412ca7a4c9fcf1a219bdfef2283bd7dcbc1d2",
|
||||
"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.0"
|
||||
}
|
||||
Reference in New Issue
Block a user