Changeset 59329aa for trip-planner-front/node_modules/parse-node-version
- 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/parse-node-version/package.json
rceaed42 r59329aa 1 1 { 2 "name": "parse-node-version", 3 "version": "1.0.1", 2 "_args": [ 3 [ 4 "parse-node-version@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "parse-node-version@1.0.1", 10 "_id": "parse-node-version@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", 13 "_location": "/parse-node-version", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "parse-node-version@1.0.1", 19 "name": "parse-node-version", 20 "escapedName": "parse-node-version", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/less" 27 ], 28 "_resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Gulp Team", 33 "email": "team@gulpjs.com", 34 "url": "http://gulpjs.com/" 35 }, 36 "bugs": { 37 "url": "https://github.com/gulpjs/parse-node-version/issues" 38 }, 39 "contributors": [ 40 { 41 "name": "Blaine Bublitz", 42 "email": "blaine.bublitz@gmail.com" 43 } 44 ], 45 "dependencies": {}, 4 46 "description": "Turn node's process.version into something useful.", 5 "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",6 "contributors": [7 "Blaine Bublitz <blaine.bublitz@gmail.com>"8 ],9 "repository": "gulpjs/parse-node-version",10 "license": "MIT",11 "engines": {12 "node": ">= 0.10"13 },14 "main": "index.js",15 "files": [16 "LICENSE",17 "index.js"18 ],19 "scripts": {20 "lint": "eslint .",21 "pretest": "npm run lint",22 "test": "mocha --async-only",23 "cover": "istanbul cover _mocha --report lcovonly",24 "coveralls": "npm run cover && istanbul-coveralls"25 },26 "dependencies": {},27 47 "devDependencies": { 28 48 "eslint": "^2.13.0", … … 33 53 "mocha": "^3.5.3" 34 54 }, 55 "engines": { 56 "node": ">= 0.10" 57 }, 58 "files": [ 59 "LICENSE", 60 "index.js" 61 ], 62 "homepage": "https://github.com/gulpjs/parse-node-version#readme", 35 63 "keywords": [ 36 64 "process.version", 37 65 "node version", 38 66 "version parse" 39 ] 67 ], 68 "license": "MIT", 69 "main": "index.js", 70 "name": "parse-node-version", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/gulpjs/parse-node-version.git" 74 }, 75 "scripts": { 76 "cover": "istanbul cover _mocha --report lcovonly", 77 "coveralls": "npm run cover && istanbul-coveralls", 78 "lint": "eslint .", 79 "pretest": "npm run lint", 80 "test": "mocha --async-only" 81 }, 82 "version": "1.0.1" 40 83 }
Note:
See TracChangeset
for help on using the changeset viewer.