source: trip-planner-front/node_modules/@istanbuljs/schema/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "@istanbuljs/schema@0.1.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@istanbuljs/schema@0.1.3",
10 "_id": "@istanbuljs/schema@0.1.3",
11 "_inBundle": false,
12 "_integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
13 "_location": "/@istanbuljs/schema",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@istanbuljs/schema@0.1.3",
19 "name": "@istanbuljs/schema",
20 "escapedName": "@istanbuljs%2fschema",
21 "scope": "@istanbuljs",
22 "rawSpec": "0.1.3",
23 "saveSpec": null,
24 "fetchSpec": "0.1.3"
25 },
26 "_requiredBy": [
27 "/istanbul-lib-instrument"
28 ],
29 "_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
30 "_spec": "0.1.3",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Corey Farrell"
34 },
35 "bugs": {
36 "url": "https://github.com/istanbuljs/schema/issues"
37 },
38 "description": "Schemas describing various structures used by nyc and istanbuljs",
39 "devDependencies": {
40 "standard-version": "^7.0.0",
41 "tap": "^14.6.7",
42 "xo": "^0.25.3"
43 },
44 "engines": {
45 "node": ">=8"
46 },
47 "homepage": "https://github.com/istanbuljs/schema#readme",
48 "license": "MIT",
49 "main": "index.js",
50 "name": "@istanbuljs/schema",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/istanbuljs/schema.git"
54 },
55 "scripts": {
56 "pretest": "xo",
57 "release": "standard-version --sign",
58 "snap": "npm test -- --snapshot",
59 "test": "tap"
60 },
61 "version": "0.1.3"
62}
Note: See TracBrowser for help on using the repository browser.