Changeset 59329aa for trip-planner-front/node_modules/@istanbuljs/schema
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@istanbuljs/schema/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@istanbuljs/schema", 3 "version": "0.1.3", 4 "description": "Schemas describing various structures used by nyc and istanbuljs", 5 "main": "index.js", 6 "scripts": { 7 "release": "standard-version --sign", 8 "pretest": "xo", 9 "test": "tap", 10 "snap": "npm test -- --snapshot" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "author": "Corey Farrell", 16 "license": "MIT", 17 "repository": { 18 "type": "git", 19 "url": "git+https://github.com/istanbuljs/schema.git" 20 }, 21 "bugs": { 22 "url": "https://github.com/istanbuljs/schema/issues" 23 }, 24 "homepage": "https://github.com/istanbuljs/schema#readme", 25 "devDependencies": { 26 "standard-version": "^7.0.0", 27 "tap": "^14.6.7", 28 "xo": "^0.25.3" 29 } 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" 30 62 }
Note:
See TracChangeset
for help on using the changeset viewer.