source: imaps-frontend/node_modules/fs.realpath/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.5 KB
Line 
1{
2 "_from": "fs.realpath@^1.0.0",
3 "_id": "fs.realpath@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
6 "_location": "/fs.realpath",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "fs.realpath@^1.0.0",
12 "name": "fs.realpath",
13 "escapedName": "fs.realpath",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/glob"
20 ],
21 "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
22 "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
23 "_spec": "fs.realpath@^1.0.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me/"
29 },
30 "bugs": {
31 "url": "https://github.com/isaacs/fs.realpath/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
37 "devDependencies": {},
38 "files": [
39 "old.js",
40 "index.js"
41 ],
42 "homepage": "https://github.com/isaacs/fs.realpath#readme",
43 "keywords": [
44 "realpath",
45 "fs",
46 "polyfill"
47 ],
48 "license": "ISC",
49 "main": "index.js",
50 "name": "fs.realpath",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/isaacs/fs.realpath.git"
54 },
55 "scripts": {
56 "test": "tap test/*.js --cov"
57 },
58 "version": "1.0.0"
59}
Note: See TracBrowser for help on using the repository browser.