| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "read-pkg@^1.0.0", |
| 3 | "_id": "read-pkg@1.1.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", |
| 6 | "_location": "/read-pkg", |
| 7 | "_phantomChildren": { |
| 8 | "graceful-fs": "4.2.4", |
| 9 | "pinkie-promise": "2.0.1" |
| 10 | }, |
| 11 | "_requested": { |
| 12 | "type": "range", |
| 13 | "registry": true, |
| 14 | "raw": "read-pkg@^1.0.0", |
| 15 | "name": "read-pkg", |
| 16 | "escapedName": "read-pkg", |
| 17 | "rawSpec": "^1.0.0", |
| 18 | "saveSpec": null, |
| 19 | "fetchSpec": "^1.0.0" |
| 20 | }, |
| 21 | "_requiredBy": [ |
| 22 | "/read-pkg-up" |
| 23 | ], |
| 24 | "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", |
| 25 | "_shasum": "f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28", |
| 26 | "_spec": "read-pkg@^1.0.0", |
| 27 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\read-pkg-up", |
| 28 | "author": { |
| 29 | "name": "Sindre Sorhus", |
| 30 | "email": "sindresorhus@gmail.com", |
| 31 | "url": "sindresorhus.com" |
| 32 | }, |
| 33 | "bugs": { |
| 34 | "url": "https://github.com/sindresorhus/read-pkg/issues" |
| 35 | }, |
| 36 | "bundleDependencies": false, |
| 37 | "dependencies": { |
| 38 | "load-json-file": "^1.0.0", |
| 39 | "normalize-package-data": "^2.3.2", |
| 40 | "path-type": "^1.0.0" |
| 41 | }, |
| 42 | "deprecated": false, |
| 43 | "description": "Read a package.json file", |
| 44 | "devDependencies": { |
| 45 | "ava": "*", |
| 46 | "xo": "*" |
| 47 | }, |
| 48 | "engines": { |
| 49 | "node": ">=0.10.0" |
| 50 | }, |
| 51 | "files": [ |
| 52 | "index.js" |
| 53 | ], |
| 54 | "homepage": "https://github.com/sindresorhus/read-pkg#readme", |
| 55 | "keywords": [ |
| 56 | "json", |
| 57 | "read", |
| 58 | "parse", |
| 59 | "file", |
| 60 | "fs", |
| 61 | "graceful", |
| 62 | "load", |
| 63 | "pkg", |
| 64 | "package", |
| 65 | "normalize" |
| 66 | ], |
| 67 | "license": "MIT", |
| 68 | "name": "read-pkg", |
| 69 | "repository": { |
| 70 | "type": "git", |
| 71 | "url": "git+https://github.com/sindresorhus/read-pkg.git" |
| 72 | }, |
| 73 | "scripts": { |
| 74 | "test": "xo && ava" |
| 75 | }, |
| 76 | "version": "1.1.0" |
| 77 | } |