package.json (1979B)
1 { 2 "_from": "glob", 3 "_id": "glob@7.1.6", 4 "_inBundle": false, 5 "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", 6 "_location": "/glob", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "tag", 10 "registry": true, 11 "raw": "glob", 12 "name": "glob", 13 "escapedName": "glob", 14 "rawSpec": "", 15 "saveSpec": null, 16 "fetchSpec": "latest" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", 23 "_shasum": "141f33b81a7c2492e125594307480c46679278a6", 24 "_spec": "glob", 25 "_where": "/Users/underd0g/Documents/l0bsterssg", 26 "author": { 27 "name": "Isaac Z. Schlueter", 28 "email": "i@izs.me", 29 "url": "http://blog.izs.me/" 30 }, 31 "bugs": { 32 "url": "https://github.com/isaacs/node-glob/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "fs.realpath": "^1.0.0", 37 "inflight": "^1.0.4", 38 "inherits": "2", 39 "minimatch": "^3.0.4", 40 "once": "^1.3.0", 41 "path-is-absolute": "^1.0.0" 42 }, 43 "deprecated": false, 44 "description": "a little globber", 45 "devDependencies": { 46 "mkdirp": "0", 47 "rimraf": "^2.2.8", 48 "tap": "^12.0.1", 49 "tick": "0.0.6" 50 }, 51 "engines": { 52 "node": "*" 53 }, 54 "files": [ 55 "glob.js", 56 "sync.js", 57 "common.js" 58 ], 59 "funding": { 60 "url": "https://github.com/sponsors/isaacs" 61 }, 62 "homepage": "https://github.com/isaacs/node-glob#readme", 63 "license": "ISC", 64 "main": "glob.js", 65 "name": "glob", 66 "repository": { 67 "type": "git", 68 "url": "git://github.com/isaacs/node-glob.git" 69 }, 70 "scripts": { 71 "bench": "bash benchmark.sh", 72 "benchclean": "node benchclean.js", 73 "prepublish": "npm run benchclean", 74 "prof": "bash prof.sh && cat profile.txt", 75 "profclean": "rm -f v8.log profile.txt", 76 "test": "tap test/*.js --cov", 77 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" 78 }, 79 "version": "7.1.6" 80 }