Changeset 59329aa for trip-planner-front/node_modules/pascalcase
- 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/pascalcase/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pascalcase", 3 "description": "Convert a string to pascal-case.", 4 "version": "0.1.1", 5 "homepage": "https://github.com/jonschlinkert/pascalcase", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/pascalcase", 2 "_args": [ 3 [ 4 "pascalcase@0.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "pascalcase@0.1.1", 10 "_id": "pascalcase@0.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", 13 "_location": "/pascalcase", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "pascalcase@0.1.1", 19 "name": "pascalcase", 20 "escapedName": "pascalcase", 21 "rawSpec": "0.1.1", 22 "saveSpec": null, 23 "fetchSpec": "0.1.1" 24 }, 25 "_requiredBy": [ 26 "/base" 27 ], 28 "_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", 29 "_spec": "0.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/pascalcase/issues" 10 37 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 38 "description": "Convert a string to pascal-case.", 22 39 "devDependencies": { 23 40 "mocha": "*", 24 41 "should": "*" 25 42 }, 43 "engines": { 44 "node": ">=0.10.0" 45 }, 46 "files": [ 47 "index.js" 48 ], 49 "homepage": "https://github.com/jonschlinkert/pascalcase", 26 50 "keywords": [ 27 51 "camelcase", … … 33 57 "string" 34 58 ], 59 "license": "MIT", 60 "main": "index.js", 61 "name": "pascalcase", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/jonschlinkert/pascalcase.git" 65 }, 66 "scripts": { 67 "test": "mocha" 68 }, 35 69 "verb": { 36 70 "related": { … … 43 77 ] 44 78 } 45 } 79 }, 80 "version": "0.1.1" 46 81 }
Note:
See TracChangeset
for help on using the changeset viewer.