Changeset 59329aa for trip-planner-front/node_modules/base/package.json
- 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/base/package.json
rceaed42 r59329aa 1 1 { 2 "name": "base", 3 "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.", 4 "version": "0.11.2", 5 "homepage": "https://github.com/node-base/base", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "maintainers": [ 8 "Brian Woodward (https://github.com/doowb)", 9 "Jon Schlinkert (https://github.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "base@0.11.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "contributors": [ 12 "Brian Woodward (https://twitter.com/doowb)", 13 "John O'Donnell (https://github.com/criticalmash)", 14 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 15 "tunnckoCore (https://i.am.charlike.online)", 16 "(https://github.com/wtgtybhertgeghgtwtg)" 8 "_development": true, 9 "_from": "base@0.11.2", 10 "_id": "base@0.11.2", 11 "_inBundle": false, 12 "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", 13 "_location": "/base", 14 "_phantomChildren": { 15 "is-descriptor": "1.0.2" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "base@0.11.2", 21 "name": "base", 22 "escapedName": "base", 23 "rawSpec": "0.11.2", 24 "saveSpec": null, 25 "fetchSpec": "0.11.2" 26 }, 27 "_requiredBy": [ 28 "/snapdragon" 17 29 ], 18 "repository": "node-base/base", 30 "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", 31 "_spec": "0.11.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 19 37 "bugs": { 20 38 "url": "https://github.com/node-base/base/issues" 21 39 }, 22 "license": "MIT", 23 "files": [ 24 "index.js" 40 "contributors": [ 41 { 42 "name": "Brian Woodward", 43 "url": "https://twitter.com/doowb" 44 }, 45 { 46 "name": "John O'Donnell", 47 "url": "https://github.com/criticalmash" 48 }, 49 { 50 "name": "Jon Schlinkert", 51 "url": "http://twitter.com/jonschlinkert" 52 }, 53 { 54 "name": "tunnckoCore", 55 "url": "https://i.am.charlike.online" 56 }, 57 { 58 "url": "https://github.com/wtgtybhertgeghgtwtg" 59 } 25 60 ], 26 "main": "index.js",27 "engines": {28 "node": ">=0.10.0"29 },30 "scripts": {31 "test": "mocha"32 },33 61 "dependencies": { 34 62 "cache-base": "^1.0.1", … … 40 68 "pascalcase": "^0.1.1" 41 69 }, 70 "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.", 42 71 "devDependencies": { 43 72 "gulp": "^3.9.1", … … 52 81 "verb-generate-readme": "^0.6.0" 53 82 }, 83 "engines": { 84 "node": ">=0.10.0" 85 }, 86 "files": [ 87 "index.js" 88 ], 89 "homepage": "https://github.com/node-base/base", 54 90 "keywords": [ 55 91 "base", … … 65 101 "visit" 66 102 ], 103 "license": "MIT", 104 "main": "index.js", 105 "maintainers": [ 106 { 107 "name": "Brian Woodward", 108 "url": "https://github.com/doowb" 109 }, 110 { 111 "name": "Jon Schlinkert", 112 "url": "https://github.com/jonschlinkert" 113 } 114 ], 115 "name": "base", 116 "repository": { 117 "type": "git", 118 "url": "git+https://github.com/node-base/base.git" 119 }, 120 "scripts": { 121 "test": "mocha" 122 }, 67 123 "verb": { 68 124 "run": true, … … 108 164 "reflinks": true 109 165 } 110 } 166 }, 167 "version": "0.11.2" 111 168 }
Note:
See TracChangeset
for help on using the changeset viewer.