| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "once@^1.3.0", |
| 3 | "_id": "once@1.4.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", |
| 6 | "_location": "/once", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "once@^1.3.0", |
| 12 | "name": "once", |
| 13 | "escapedName": "once", |
| 14 | "rawSpec": "^1.3.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.3.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/end-of-stream", |
| 20 | "/findup-sync/glob", |
| 21 | "/glob", |
| 22 | "/inflight", |
| 23 | "/now-and-later", |
| 24 | "/pump", |
| 25 | "/pumpify/pump" |
| 26 | ], |
| 27 | "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
| 28 | "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1", |
| 29 | "_spec": "once@^1.3.0", |
| 30 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\findup-sync\\node_modules\\glob", |
| 31 | "author": { |
| 32 | "name": "Isaac Z. Schlueter", |
| 33 | "email": "i@izs.me", |
| 34 | "url": "http://blog.izs.me/" |
| 35 | }, |
| 36 | "bugs": { |
| 37 | "url": "https://github.com/isaacs/once/issues" |
| 38 | }, |
| 39 | "bundleDependencies": false, |
| 40 | "dependencies": { |
| 41 | "wrappy": "1" |
| 42 | }, |
| 43 | "deprecated": false, |
| 44 | "description": "Run a function exactly one time", |
| 45 | "devDependencies": { |
| 46 | "tap": "^7.0.1" |
| 47 | }, |
| 48 | "directories": { |
| 49 | "test": "test" |
| 50 | }, |
| 51 | "files": [ |
| 52 | "once.js" |
| 53 | ], |
| 54 | "homepage": "https://github.com/isaacs/once#readme", |
| 55 | "keywords": [ |
| 56 | "once", |
| 57 | "function", |
| 58 | "one", |
| 59 | "single" |
| 60 | ], |
| 61 | "license": "ISC", |
| 62 | "main": "once.js", |
| 63 | "name": "once", |
| 64 | "repository": { |
| 65 | "type": "git", |
| 66 | "url": "git://github.com/isaacs/once.git" |
| 67 | }, |
| 68 | "scripts": { |
| 69 | "test": "tap test/*.js" |
| 70 | }, |
| 71 | "version": "1.4.0" |
| 72 | } |