source: imaps-frontend/node_modules/rimraf/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "rimraf@^3.0.2",
3 "_id": "rimraf@3.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
6 "_location": "/rimraf",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "rimraf@^3.0.2",
12 "name": "rimraf",
13 "escapedName": "rimraf",
14 "rawSpec": "^3.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.2"
[d565449]17 },
[79a0317]18 "_requiredBy": [
19 "/flat-cache"
20 ],
21 "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
22 "_shasum": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a",
23 "_spec": "rimraf@^3.0.2",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/flat-cache",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me/"
29 },
30 "bin": {
31 "rimraf": "bin.js"
32 },
33 "bugs": {
34 "url": "https://github.com/isaacs/rimraf/issues"
35 },
36 "bundleDependencies": false,
[d565449]37 "dependencies": {
38 "glob": "^7.1.3"
39 },
[79a0317]40 "deprecated": "Rimraf versions prior to v4 are no longer supported",
41 "description": "A deep deletion module for node (like `rm -rf`)",
42 "devDependencies": {
43 "mkdirp": "^0.5.1",
44 "tap": "^12.1.1"
45 },
[d565449]46 "files": [
47 "LICENSE",
48 "README.md",
49 "bin.js",
50 "rimraf.js"
51 ],
52 "funding": {
53 "url": "https://github.com/sponsors/isaacs"
[79a0317]54 },
55 "homepage": "https://github.com/isaacs/rimraf#readme",
56 "license": "ISC",
57 "main": "rimraf.js",
58 "name": "rimraf",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/isaacs/rimraf.git"
62 },
63 "scripts": {
64 "postpublish": "git push origin --follow-tags",
65 "postversion": "npm publish",
66 "preversion": "npm test",
67 "test": "tap test/*.js"
68 },
69 "version": "3.0.2"
[d565449]70}
Note: See TracBrowser for help on using the repository browser.