Changeset 59329aa for trip-planner-front/node_modules/split-string
- 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/split-string/package.json
rceaed42 r59329aa 1 1 { 2 "name": "split-string", 3 "description": "Split a string on a character except when the character is escaped.", 4 "version": "3.1.0", 5 "homepage": "https://github.com/jonschlinkert/split-string", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "split-string@3.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/split-string", 8 "_development": true, 9 "_from": "split-string@3.1.0", 10 "_id": "split-string@3.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", 13 "_location": "/split-string", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "split-string@3.1.0", 19 "name": "split-string", 20 "escapedName": "split-string", 21 "rawSpec": "3.1.0", 22 "saveSpec": null, 23 "fetchSpec": "3.1.0" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/braces", 27 "/set-value", 28 "/webpack-dev-server/braces" 29 ], 30 "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", 31 "_spec": "3.1.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 12 37 "bugs": { 13 38 "url": "https://github.com/jonschlinkert/split-string/issues" 14 39 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 40 "contributors": [ 41 { 42 "name": "Brian Woodward", 43 "url": "https://twitter.com/doowb" 44 }, 45 { 46 "name": "Jon Schlinkert", 47 "url": "http://twitter.com/jonschlinkert" 48 } 18 49 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 50 "dependencies": { 27 51 "extend-shallow": "^3.0.0" 28 52 }, 53 "description": "Split a string on a character except when the character is escaped.", 29 54 "devDependencies": { 30 55 "gulp-format-md": "^1.0.0", 31 56 "mocha": "^3.5.3" 32 57 }, 58 "engines": { 59 "node": ">=0.10.0" 60 }, 61 "files": [ 62 "index.js" 63 ], 64 "homepage": "https://github.com/jonschlinkert/split-string", 33 65 "keywords": [ 34 66 "character", … … 37 69 "string" 38 70 ], 71 "license": "MIT", 72 "main": "index.js", 73 "name": "split-string", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/jonschlinkert/split-string.git" 77 }, 78 "scripts": { 79 "test": "mocha" 80 }, 39 81 "verb": { 40 82 "toc": false, … … 62 104 "reflinks": true 63 105 } 64 } 106 }, 107 "version": "3.1.0" 65 108 }
Note:
See TracChangeset
for help on using the changeset viewer.